Update Issue Templates to Use Issue Types (#4553)

This commit is contained in:
Bibo-Joshi
2024-11-04 19:08:04 +01:00
committed by GitHub
parent 032a859149
commit 7a8f4412b2
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
name: Bug Report
description: Create a report to help us improve
title: "[BUG]"
labels: ["📋 triage"]
type: '🐛 bug'
body:
- type: markdown
+1 -1
View File
@@ -1,7 +1,7 @@
name: Feature Request
description: Suggest an idea for this project
title: "[FEATURE]"
labels: ["📋 triage"]
type: '💡 feature'
body:
- type: textarea
+1 -1
View File
@@ -1,7 +1,7 @@
name: Question
description: Get help with errors or general questions
title: "[QUESTION]"
labels: ["question"]
type: '❔ question'
body:
- type: markdown