Fix issue report template formats

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

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

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

Loading…
Cancel
Save