Skip to content

Commit

Permalink
feat: add acceptance criteria section to issue templates (#63)
Browse files Browse the repository at this point in the history
* feat: add acceptance criteria section to issue templates

* feat: add acceptance criteria section to issue templates

* fix: indentation for bug template

* fix: typo
  • Loading branch information
katiestahl authored Oct 14, 2024
1 parent b618d74 commit 5b963fd
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,14 @@ body:
Include full errors, stack traces, and/or relevant logs.
validations:
required: true
- type: textarea
attributes:
label: Acceptance Criteria
description: |
Provide the criteria that must be met in order for this issue to be considered fixed.
Be specific, and consider potential edge cases.
validations:
required: true
- type: textarea
attributes:
label: Possible reason(s)
Expand Down
8 changes: 8 additions & 0 deletions .github/ISSUE_TEMPLATE/feature-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,14 @@ body:
Why do you need this feature? For example: "I'm always frustrated when..."
validations:
required: true
- type: textarea
attributes:
label: Acceptance Criteria
description: |
Provide the criteria that must be met in order for this issue to be considered complete.
Be specific, and consider potential edge cases.
validations:
required: true
- type: textarea
attributes:
label: Proposed solution
Expand Down

0 comments on commit 5b963fd

Please sign in to comment.