develop
Niclas Thobaben 2022-08-14 13:27:28 +02:00
parent 3110b434a2
commit 7642a1c979
2 changed files with 35 additions and 0 deletions

View File

@ -0,0 +1,18 @@
---
name: "Bug Report"
about: "This template is for a bug report!"
title: "BUG"
ref: "main"
labels:
- bug
---
# My Bug Report
This is the body of the bug report.
What have i checked?
- [ ] Test A...
- [ ] Test B...

View File

@ -0,0 +1,17 @@
---
name: "Epic"
about: "This template is for an epic!"
title: "[Epic] "
ref: "main"
labels:
---
# My Epic
This is the body of the Epic report.
What have i checked?
- [ ] Issue 1...
- [ ] Issue 2...