Skip to content

Commit

Permalink
🔨 Update the issue templates (#2363)
Browse files Browse the repository at this point in the history
* Update epic.yaml

* Update epic.yaml

* Update epic.yaml

* Update epic.yaml
  • Loading branch information
samet-akcay authored Oct 14, 2024
1 parent 3acf51a commit 71e4824
Showing 1 changed file with 15 additions and 6 deletions.
21 changes: 15 additions & 6 deletions .github/ISSUE_TEMPLATE/epic.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -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."

0 comments on commit 71e4824

Please sign in to comment.