chore: add issue types to GitHub issue templates

This commit is contained in:
Jakob Borg
2025-05-30 11:57:17 +02:00
parent 8094b459e4
commit c50678618f
2 changed files with 2 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
name: Feature request name: Feature request
description: File a new feature request description: File a new feature request
labels: ["enhancement", "needs-triage"] labels: ["enhancement", "needs-triage"]
type: Feature
body: body:
- type: textarea - type: textarea

View File

@@ -1,6 +1,7 @@
name: Bug report name: Bug report
description: If you're actually looking for support instead, see "I need help / I have a question". description: If you're actually looking for support instead, see "I need help / I have a question".
labels: ["bug", "needs-triage"] labels: ["bug", "needs-triage"]
type: Bug
body: body:
- type: markdown - type: markdown
attributes: attributes: