2021-02-18 09:27:06 +00:00
|
|
|
name: Epic
|
|
|
|
description: A large feature that is broken down into multiple linked issues.
|
2021-11-11 07:53:38 +00:00
|
|
|
labels: ["kind/epic", "status/triage"]
|
2021-02-18 09:27:06 +00:00
|
|
|
body:
|
|
|
|
- type: textarea
|
|
|
|
attributes:
|
|
|
|
label: Description
|
|
|
|
description: Describe the feature at a high-level.
|
|
|
|
validations:
|
|
|
|
required: true
|
|
|
|
- type: input
|
|
|
|
attributes:
|
|
|
|
label: Discussion
|
|
|
|
description: |
|
|
|
|
Provide a link to the GitHub Discussion for the feature.
|
|
|
|
validations:
|
|
|
|
required: true
|
|
|
|
- type: textarea
|
|
|
|
attributes:
|
|
|
|
label: Issues
|
|
|
|
description: List the issues related to this epic.
|
|
|
|
placeholder: |
|
|
|
|
- #1
|
|
|
|
- #2
|
|
|
|
validations:
|
|
|
|
required: false
|
|
|
|
- type: textarea
|
|
|
|
attributes:
|
|
|
|
label: Motivation
|
|
|
|
description: Provide a brief explanation of why the feature should be added.
|
|
|
|
validations:
|
|
|
|
required: false
|