Skip to content

Commit 43498f1

Browse files
authored
chore: update issue templates (#47)
1 parent 86b3a1a commit 43498f1

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

.github/ISSUE_TEMPLATE/bug-report.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,14 @@ body:
3434
Include full errors, stack traces, and/or relevant logs.
3535
validations:
3636
required: true
37+
- type: textarea
38+
attributes:
39+
label: Acceptance Criteria
40+
description: |
41+
Provide the criteria that must be met in order for this issue to be considered fixed.
42+
Be specific, and consider potential edge cases.
43+
validations:
44+
required: true
3745
- type: textarea
3846
attributes:
3947
label: Possible reason(s)

.github/ISSUE_TEMPLATE/feature-request.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,14 @@ body:
1515
Why do you need this feature? For example: "I'm always frustrated when..."
1616
validations:
1717
required: true
18+
- type: textarea
19+
attributes:
20+
label: Acceptance Criteria
21+
description: |
22+
Provide the criteria that must be met in order for this issue to be considered complete.
23+
Be specific, and consider potential edge cases.
24+
validations:
25+
required: true
1826
- type: textarea
1927
attributes:
2028
label: Proposed solution

0 commit comments

Comments
 (0)