Fix issue report template formats

develop
Matija Koželj 2 years ago
parent 80ef474cbf
commit 9d0b8a2fee

@ -1,15 +1,6 @@
---
name: "🐞 Bug Report"
about: "Create a report about something that is not working"
title: "[BUG] "
ref: "main"
labels:
- bug
---
title: "[BUG]: "
body:
- type: markdown
attributes:

@ -1,15 +1,6 @@
---
name: "💡 Feature request"
about: "Suggest an idea for this project"
title: "[ENHANCEMENT] "
ref: "develop"
labels:
- enhancement
---
title: "[ENHANCEMENT]: "
body:
- type: markdown
attributes:

Loading…
Cancel
Save