From 49d88ab29d3ffcf3289c37e40a7adf2ce65960f8 Mon Sep 17 00:00:00 2001 From: Maximilian Anzinger <44003963+MaximilianAnzinger@users.noreply.github.com> Date: Sat, 7 Dec 2024 10:45:57 +0100 Subject: [PATCH] Development: Add acceptance criteria to feature request form (#20) --- .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