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 name: Bug report
about: Create a report to help us improve about: Create a report to help us improve
title: "[BUG]" title: "[BUG] "
labels: '' labels: ["bug"]
assignees: '' assignees: ""
--- ---

View file

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