From 46e64d4770ab84b43a00814dfe43f34792842542 Mon Sep 17 00:00:00 2001 From: tiki-bot Date: Fri, 26 Apr 2024 16:38:36 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=84=20synced=20local=20'.github/ISSUE?= =?UTF-8?q?=5FTEMPLATE/task.yml'=20with=20remote=20'repo/.github/ISSUE=5FT?= =?UTF-8?q?EMPLATE/task.yml'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/ISSUE_TEMPLATE/task.yml | 34 +++++++++++++++------------------ 1 file changed, 15 insertions(+), 19 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/task.yml b/.github/ISSUE_TEMPLATE/task.yml index 987a560..e9cc6a7 100644 --- a/.github/ISSUE_TEMPLATE/task.yml +++ b/.github/ISSUE_TEMPLATE/task.yml @@ -1,34 +1,30 @@ -name: User Story +name: Story Task description: Advanced! Leave this to the maintainers. labels: - - story -title: "As [persona], I want to [action], so that I can [benefit]." + - task body: - type: markdown attributes: value: | - ### Smaller the better - Double check with the team if it's more than a couple days of work. - - type: textarea - id: acceptance + ### Time to get technical. + - type: input + id: story attributes: - label: Acceptance Criteria - description: What is required for the story to be shipped? "Done done, not just done". + label: User Story + description: Add the story this task belongs to. validations: required: true - type: textarea - id: tasks + id: description attributes: - label: Tasks - description: Add each technical task required to complete the story. - placeholder: | - * [ ] I'm a cool task + label: Description + description: Describe the work with enough detail that someone else can understand what needs to be done. validations: required: true - type: textarea - id: relates + id: criteria attributes: - label: Relates to - description: Add any other related issues, such as bugs or features addressed. - validations: - required: false + label: Acceptance Criteria + description: Add any specific criteria required before marking as complete + placeholder: | + - [ ] criteria 1