github: Update automatic labels in issue templates

This commit is contained in:
Tobias Brunner
2022-05-06 13:12:21 +02:00
parent f62b942d6a
commit 7022fdc72e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
---
name: "🐛 Bug report"
about: Report a reproducible bug or regression
labels: bug, needs triage
labels: bug, new
---
<!--
+1 -1
View File
@@ -1,7 +1,7 @@
---
name: Feature request
about: Suggest an idea for this project
labels: enhancement, needs triage
labels: enhancement, new
---
<!--