Label new issues as `needs triage` by default (#12403)
* Add needs triage to issues by default
This commit is contained in:
parent
312c5a5af1
commit
16c41bd8ae
|
@ -2,6 +2,7 @@
|
|||
name: Bug report
|
||||
about: Create a bug report to help us improve
|
||||
title: ''
|
||||
label: needs triage
|
||||
assignees: ''
|
||||
---
|
||||
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
name: Typos and doc fixes
|
||||
about: Tell us about how we can improve our documentation
|
||||
title: ''
|
||||
label: needs triage
|
||||
assignees: ''
|
||||
---
|
||||
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
name: Feature request
|
||||
about: Propose a feature for this project
|
||||
title: ''
|
||||
label: needs triage
|
||||
assignees: ''
|
||||
---
|
||||
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
name: Refactor
|
||||
about: Suggest a code refactor or deprecation
|
||||
title: ''
|
||||
label: needs triage
|
||||
assignees: ''
|
||||
---
|
||||
|
||||
|
|
Loading…
Reference in New Issue