Fix default labels in issue templates (#12434)

This commit is contained in:
Aki Nitta 2022-03-25 11:37:58 +09:00 committed by GitHub
parent cfc971700d
commit 8423e47ad9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View File

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

View File

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

View File

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

View File

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