[GitHub] Automatically add issue-type in issue templates (#5499)
This commit is contained in:
parent
408b66f913
commit
7f226df8d6
|
@ -1,6 +1,7 @@
|
|||
name: Bug Report
|
||||
description: Create a report to help us improve
|
||||
title: "[Bug] "
|
||||
type: bug
|
||||
labels: ["Bug", "Triage"]
|
||||
body:
|
||||
- type: markdown
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
name: Feature Request
|
||||
description: Suggest an idea for this project
|
||||
title: "[Feature] "
|
||||
type: 'feature'
|
||||
labels: ["Enhancement", "Triage"]
|
||||
body:
|
||||
- type: markdown
|
||||
|
|
Loading…
Reference in New Issue