From 3182c2f0d19e275d5ceadbd8fb0b1efaddc5a88c Mon Sep 17 00:00:00 2001 From: Maximilian Anzinger Date: Sat, 7 Dec 2024 10:32:13 +0100 Subject: [PATCH] Update feature-request.yml --- .github/ISSUE_TEMPLATE/feature-request.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) 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