Add type to issue templates

Allows automatically marking the type of issues made with the template
This commit is contained in:
Sirz Benjie 2025-03-08 09:39:33 -06:00
parent c977bc86c1
commit a7875856de
No known key found for this signature in database
GPG Key ID: 4A524B4D196C759E
2 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,7 @@
name: Bug Report name: Bug Report
description: Create a report to help us improve description: Create a report to help us improve
title: "[Bug] " title: "[Bug] "
type: bug
labels: ["Bug", "Triage"] labels: ["Bug", "Triage"]
body: body:
- type: markdown - type: markdown

View File

@ -1,6 +1,7 @@
name: Feature Request name: Feature Request
description: Suggest an idea for this project description: Suggest an idea for this project
title: "[Feature] " title: "[Feature] "
type: 'feature'
labels: ["Enhancement", "Triage"] labels: ["Enhancement", "Triage"]
body: body:
- type: markdown - type: markdown