TRIAGE: add the needs-triage to all ISSUE_TEMPLATEs (#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:
Antoine Stevan 2023-04-28 09:27:01 +02:00 committed by GitHub
parent 35c8485442
commit 4c4c1f6147
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 2 deletions

View File

@ -1,5 +1,6 @@
name: Bug Report
description: Create a report to help us improve
labels: ["needs-triage"]
body:
- type: textarea
id: description

View File

@ -1,6 +1,6 @@
name: Feature Request
description: "When you want a new feature for something that doesn't already exist"
labels: "enhancement"
labels: ["needs-triage", "enhancement"]
body:
- type: textarea
id: problem

View File

@ -2,7 +2,7 @@
name: standard library bug or feature report
about: Used to submit issues related to the nu standard library
title: ''
labels: std-library
labels: ['needs-triage', 'std-library']
assignees: ''
---