-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |