-
Notifications
You must be signed in to change notification settings - Fork 681
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
1 parent
f1c734f
commit 3acf51a
Showing
1 changed file
with
30 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,30 @@ | ||
name: Epic | ||
description: A large body of work that can be broken down into smaller stories | ||
title: "[EPIC] " | ||
labels: ["epic"] | ||
assignees: [] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: "## Epic Description" | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Describe the epic | ||
description: Provide a clear and concise description of what this epic encompasses | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: goals | ||
attributes: | ||
label: Goals | ||
description: What are the main goals of this epic? | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: acceptance-criteria | ||
attributes: | ||
label: Acceptance Criteria | ||
description: List the high-level acceptance criteria for this epic | ||
validations: | ||
required: true |