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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

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

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

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