Merge pull request #2029 from famedly/krille/remove-unnecessary-template

chore: Remove unnecessary template
This commit is contained in:
Krille-chan 2025-03-07 12:35:13 +01:00 committed by GitHub
commit cebf0f6333
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 32 deletions

View File

@ -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.