Label new issues as `needs triage` by default (#12403)

* Add needs triage to issues by default
This commit is contained in:
Aki Nitta 2022-03-23 21:51:37 +09:00 committed by GitHub
parent 312c5a5af1
commit 16c41bd8ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 0 deletions

View File

@ -2,6 +2,7 @@
name: Bug report
about: Create a bug report to help us improve
title: ''
label: needs triage
assignees: ''
---

View File

@ -2,6 +2,7 @@
name: Typos and doc fixes
about: Tell us about how we can improve our documentation
title: ''
label: needs triage
assignees: ''
---

View File

@ -2,6 +2,7 @@
name: Feature request
about: Propose a feature for this project
title: ''
label: needs triage
assignees: ''
---

View File

@ -2,6 +2,7 @@
name: Refactor
about: Suggest a code refactor or deprecation
title: ''
label: needs triage
assignees: ''
---