From 71e48240a55d2b6f96df6900c64be3e443ff520b Mon Sep 17 00:00:00 2001 From: Samet Akcay Date: Mon, 14 Oct 2024 09:53:54 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A8=20Update=20the=20issue=20templates?= =?UTF-8?q?=20(#2363)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Update epic.yaml * Update epic.yaml * Update epic.yaml * Update epic.yaml --- .github/ISSUE_TEMPLATE/epic.yaml | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/epic.yaml b/.github/ISSUE_TEMPLATE/epic.yaml index b3e2cc6b71..e6bdd31e8a 100644 --- a/.github/ISSUE_TEMPLATE/epic.yaml +++ b/.github/ISSUE_TEMPLATE/epic.yaml @@ -1,12 +1,12 @@ -name: Epic +name: 🎯 Epic description: A large body of work that can be broken down into smaller stories -title: "[EPIC] " +title: "🎯 [EPIC] " labels: ["epic"] assignees: [] body: - type: markdown attributes: - value: "## Epic Description" + value: "## 🎯 Epic Description" - type: textarea id: description attributes: @@ -22,9 +22,18 @@ body: validations: required: true - type: textarea - id: acceptance-criteria + id: tasks attributes: - label: Acceptance Criteria - description: List the high-level acceptance criteria for this epic + label: Tasks + description: Break down the epic into smaller tasks. Add or remove tasks as needed. + value: | + - [ ] Task 1: + - [ ] Task 2: + - [ ] Task 3: + - [ ] Task 4: + - [ ] Task 5: validations: required: true + - type: markdown + attributes: + value: "Remember to create separate issues for each task and link them to this epic."