Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions .github/ISSUE_TEMPLATE/feature-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,19 @@ body:
- type: textarea
attributes:
label: Is your feature request related to a problem?
description: Please describe. A clear and concise description of what the problem is.
description: Please provide a clear and concise description of the problem.
placeholder: Ex. I'm always frustrated when ...
- type: textarea
attributes:
label: Describe the solution you'd like
label: "User Story: Describe the solution you'd like"
description: Describe the solution you'd like
validations:
required: true
- type: textarea
attributes:
label: Acceptance Criteria
description: List specific conditions that the feature must meet to be considered complete and acceptable.
placeholder: "- [ ] When I do X, then Y should happen."
- type: textarea
attributes:
label: Describe alternatives you've considered
Expand Down
Loading