github: Set type in issue templates

This commit is contained in:
Tobias Brunner 2025-04-04 08:15:37 +02:00
parent d7305a556f
commit cdefe52494
2 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,7 @@
name: "🐛 Bug report"
about: Report a reproducible bug or regression
labels: bug, new
type: Bug
---
<!--

View File

@ -2,6 +2,7 @@
name: Feature request
about: Suggest an idea for this project
labels: enhancement, new
type: Feature
---
<!--