diff --git a/.github/ISSUE_TEMPLATE/feature-request.yml b/.github/ISSUE_TEMPLATE/feature-request.yml index 0ff3b21..737b92e 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.yml +++ b/.github/ISSUE_TEMPLATE/feature-request.yml @@ -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