Fix default labels in issue templates (#12434)
This commit is contained in:
parent
cfc971700d
commit
8423e47ad9
|
@ -2,7 +2,7 @@
|
|||
name: Bug report
|
||||
about: Create a bug report to help us improve
|
||||
title: ''
|
||||
label: needs triage
|
||||
labels: needs triage
|
||||
assignees: ''
|
||||
---
|
||||
|
||||
|
|
|
@ -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: ''
|
||||
---
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
name: Feature request
|
||||
about: Propose a feature for this project
|
||||
title: ''
|
||||
label: needs triage
|
||||
labels: needs triage
|
||||
assignees: ''
|
||||
---
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
name: Refactor
|
||||
about: Suggest a code refactor or deprecation
|
||||
title: ''
|
||||
label: needs triage
|
||||
labels: needs triage
|
||||
assignees: ''
|
||||
---
|
||||
|
||||
|
|
Loading…
Reference in New Issue