update issue templates

This commit is contained in:
Send_Nukez 2021-11-02 17:07:04 +01:00
parent 18287d3a62
commit 21f3bac34f
2 changed files with 6 additions and 6 deletions

View file

@ -1,9 +1,9 @@
---
name: Bug report
about: Create a report to help us improve
title: "[BUG]"
labels: ''
assignees: ''
title: "[BUG] "
labels: ["bug"]
assignees: ""
---

View file

@ -1,9 +1,9 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: ''
assignees: ''
title: "[Feature] "
labels: ["enhancement"]
assignees: ""
---