Skip to content

Commit

Permalink
Add template for Epic issue (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
sjvrijn authored Oct 25, 2023
1 parent c5fa832 commit 2863bfc
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/ISSUE_TEMPLATE/EPIC.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: "EPIC"
description: Create a new Epic issue to collect smaller issues that are part of a larger feature or goal.
title: "<title>"
labels: ["Type: epic"]
body:
- type: textarea
id: description
attributes:
label: "Description"
description: Please enter an explicit description of the large feature or goal
placeholder: Short and explicit description of the epic issue...
validations:
required: true
- type: textarea
id: issues
attributes:
label: "Sub issues"
description: List all sub issues belonging to this
value: |
- [ ]
- [ ]
- [ ]
...
validations:
required: false

0 comments on commit 2863bfc

Please sign in to comment.