forked from extern/nushell
TRIAGE: add the needs-triage
to all ISSUE_TEMPLATE
s (#9023)
as can be seen [here](https://github.com/nushell/nushell/labels?q=needs-), i've created the `needs-triage` and `needs-core-team-attention` labels. in this PR, i made the `needs-triage` a default label to all the issue templates 😋
This commit is contained in:
parent
35c8485442
commit
4c4c1f6147
1
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
1
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@ -1,5 +1,6 @@
|
|||||||
name: Bug Report
|
name: Bug Report
|
||||||
description: Create a report to help us improve
|
description: Create a report to help us improve
|
||||||
|
labels: ["needs-triage"]
|
||||||
body:
|
body:
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: description
|
id: description
|
||||||
|
2
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
2
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
@ -1,6 +1,6 @@
|
|||||||
name: Feature Request
|
name: Feature Request
|
||||||
description: "When you want a new feature for something that doesn't already exist"
|
description: "When you want a new feature for something that doesn't already exist"
|
||||||
labels: "enhancement"
|
labels: ["needs-triage", "enhancement"]
|
||||||
body:
|
body:
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: problem
|
id: problem
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
name: standard library bug or feature report
|
name: standard library bug or feature report
|
||||||
about: Used to submit issues related to the nu standard library
|
about: Used to submit issues related to the nu standard library
|
||||||
title: ''
|
title: ''
|
||||||
labels: std-library
|
labels: ['needs-triage', 'std-library']
|
||||||
assignees: ''
|
assignees: ''
|
||||||
|
|
||||||
---
|
---
|
||||||
|
Loading…
Reference in New Issue
Block a user