From 3381d24eb9fd20371189fc4d4288084ff5c75707 Mon Sep 17 00:00:00 2001 From: Kat Gerasimova Date: Thu, 16 Feb 2023 18:04:37 +0000 Subject: [PATCH] Create story.yml (#87) Add template for user story issues --- .github/ISSUE_TEMPLATE/story.yml | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/story.yml diff --git a/.github/ISSUE_TEMPLATE/story.yml b/.github/ISSUE_TEMPLATE/story.yml new file mode 100644 index 0000000000..9aa7bbddc5 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/story.yml @@ -0,0 +1,32 @@ +name: User story issue +description: Second-level planning issue template. A story should take about a week or a sprint to finish. +title: "[Story] " +labels: [T-Story] + +body: +- type: textarea + attributes: + label: A story should take roughly a week or a sprint to finish. Each story is usually made up of a number of tasks that take half to a full day. + value: | + As a user… + I want to… + so that I can… + + ## Scope + <!-- These should be a list of technical tasks which take ½-1 day to complete --> + ```[tasklist] + ### Tasklist + - [ ] Task 1 + - [ ] QA signoff on completion + - [ ] Design signoff on completion + - [ ] Product signoff on completion + ``` + + ## Stretch goals + None at this time + <!-- or add a tasklist --> + + ## Out of scope + - + validations: + required: false