From 170b0450f2e31cf9481c69bc34570753389d76cf Mon Sep 17 00:00:00 2001 From: tiki-bot Date: Wed, 26 Jun 2024 19:26:16 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=84=20created=20local=20'.github/ISSUE?= =?UTF-8?q?=5FTEMPLATE/task.yml'=20from=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 | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/task.yml diff --git a/.github/ISSUE_TEMPLATE/task.yml b/.github/ISSUE_TEMPLATE/task.yml new file mode 100644 index 0000000..e9cc6a7 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/task.yml @@ -0,0 +1,30 @@ +name: Story Task +description: Advanced! Leave this to the maintainers. +labels: + - task +body: + - type: markdown + attributes: + value: | + ### Time to get technical. + - type: input + id: story + attributes: + label: User Story + description: Add the story this task belongs to. + validations: + required: true + - type: textarea + id: description + attributes: + 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: criteria + attributes: + label: Acceptance Criteria + description: Add any specific criteria required before marking as complete + placeholder: | + - [ ] criteria 1