docs: Fix auto labels for issue templates

This commit is contained in:
krille-chan 2023-11-05 09:11:14 +01:00
parent ae67bcf708
commit c9d0279405
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
name: 🐛 Bug report
description: Create a report to help us improve
labels: ["Bug"]
labels: bug
body:
- type: textarea
id: bug-description

View file

@ -1,6 +1,6 @@
name: 💡 Feature Request
description: Suggest an idea for this project
labels: ["Enhancement"]
labels: feature
body:
- type: textarea
id: feature-description