From b48261031d18d1f6121e3fdcc0013981c6bfa8e8 Mon Sep 17 00:00:00 2001 From: Kat Gerasimova Date: Thu, 6 Jul 2023 12:53:20 +0100 Subject: [PATCH] Update template for user story Update the label/description - labels are compulsory and end up in the issue body Split out signoff from tasklist - that way signoffs do not count towards the total tasks in the issue --- .github/ISSUE_TEMPLATE/story.yml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/story.yml b/.github/ISSUE_TEMPLATE/story.yml index 9aa7bbddc5..436b92b507 100644 --- a/.github/ISSUE_TEMPLATE/story.yml +++ b/.github/ISSUE_TEMPLATE/story.yml @@ -6,25 +6,28 @@ 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. + label: Story + description: 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 - + ```[tasklist] ### Tasklist - [ ] Task 1 + ``` + - [ ] QA signoff on completion - [ ] Design signoff on completion - [ ] Product signoff on completion - ``` + ## Stretch goals None at this time - + ## Out of scope -