Automatically add the triage tag
This commit is contained in:
parent
d88639bc47
commit
2e54cc881b
2
.github/ISSUE_TEMPLATE/bug-report.md
vendored
2
.github/ISSUE_TEMPLATE/bug-report.md
vendored
@ -2,7 +2,7 @@
|
|||||||
name: Bug Report
|
name: Bug Report
|
||||||
about: Create a report to help us improve the program.
|
about: Create a report to help us improve the program.
|
||||||
title: "[Bug Report] Your Title Here"
|
title: "[Bug Report] Your Title Here"
|
||||||
labels: 'type: bug'
|
labels: ["type: bug", "state: triage"]
|
||||||
assignees: ''
|
assignees: ''
|
||||||
|
|
||||||
---
|
---
|
||||||
|
2
.github/ISSUE_TEMPLATE/feature-request.md
vendored
2
.github/ISSUE_TEMPLATE/feature-request.md
vendored
@ -2,7 +2,7 @@
|
|||||||
name: Feature Request
|
name: Feature Request
|
||||||
about: Suggest an idea for this project
|
about: Suggest an idea for this project
|
||||||
title: "[Feature Request] Your Title Here"
|
title: "[Feature Request] Your Title Here"
|
||||||
labels: 'type: enhancement'
|
labels: ["type: enhancement", "state: triage"]
|
||||||
assignees: ''
|
assignees: ''
|
||||||
|
|
||||||
---
|
---
|
||||||
|
Loading…
x
Reference in New Issue
Block a user