chore: Remove unnecessary template

This commit is contained in:
Krille 2025-02-12 10:36:26 +01:00
parent 095868fdca
commit 5c9d12fef0
No known key found for this signature in database
GPG Key ID: E067ECD60F1A0652
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.