Merge pull request #2029 from famedly/krille/remove-unnecessary-template
chore: Remove unnecessary template
This commit is contained in:
commit
cebf0f6333
|
|
@ -1,32 +0,0 @@
|
||||||
name: 🥸 [Product only] Create epic
|
|
||||||
description: "Creates a new epic which is used to build the Famedly Roadmap"
|
|
||||||
labels: ["epic"]
|
|
||||||
body:
|
|
||||||
- type: markdown
|
|
||||||
attributes:
|
|
||||||
value: |
|
|
||||||
This should be filled out by product.
|
|
||||||
- type: textarea
|
|
||||||
id: summary
|
|
||||||
attributes:
|
|
||||||
label: summary
|
|
||||||
description: Please write a summary
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: textarea
|
|
||||||
id: intended-outcome
|
|
||||||
attributes:
|
|
||||||
label: Intended Outcome
|
|
||||||
description: What is the outcome for the user?
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: textarea
|
|
||||||
id: technical-solution
|
|
||||||
attributes:
|
|
||||||
label: How will it work?
|
|
||||||
description: Please write down, how it will work
|
|
||||||
- type: textarea
|
|
||||||
id: additional
|
|
||||||
attributes:
|
|
||||||
label: Additional Context
|
|
||||||
description: Please add any other infos that could be useful.
|
|
||||||
Loading…
Reference in New Issue