chore: issue template add issue type
Signed-off-by: Innei <tukon479@gmail.com>
This commit is contained in:
parent
1cb5b73eb5
commit
31f1f132eb
|
|
@ -1,6 +1,7 @@
|
|||
name: 🐞 Bug report
|
||||
description: Report an issue
|
||||
labels: [pending triage]
|
||||
type: Bug
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
name: 🚀 New feature proposal
|
||||
description: Propose a new feature
|
||||
labels: [enhancement]
|
||||
type: Feature
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
|
|
|
|||
Loading…
Reference in New Issue