github: Set type in issue templates

This commit is contained in:
Tobias Brunner
2025-04-10 08:31:09 +02:00
parent d7305a556f
commit cdefe52494
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -2,6 +2,7 @@
name: "🐛 Bug report" name: "🐛 Bug report"
about: Report a reproducible bug or regression about: Report a reproducible bug or regression
labels: bug, new labels: bug, new
type: Bug
--- ---
<!-- <!--
@@ -2,6 +2,7 @@
name: Feature request name: Feature request
about: Suggest an idea for this project about: Suggest an idea for this project
labels: enhancement, new labels: enhancement, new
type: Feature
--- ---
<!-- <!--