From 4c4c1f61478565560bec1b6184be62386ea20ada Mon Sep 17 00:00:00 2001 From: Antoine Stevan <44101798+amtoine@users.noreply.github.com> Date: Fri, 28 Apr 2023 09:27:01 +0200 Subject: [PATCH] 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 :yum: --- .github/ISSUE_TEMPLATE/bug_report.yml | 1 + .github/ISSUE_TEMPLATE/feature_request.yml | 2 +- .../ISSUE_TEMPLATE/standard-library-bug-or-feature-report.md | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 4993526691..33e3e6ec1d 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,5 +1,6 @@ name: Bug Report description: Create a report to help us improve +labels: ["needs-triage"] body: - type: textarea id: description diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 150eb07b5b..7e192c690c 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -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 diff --git a/.github/ISSUE_TEMPLATE/standard-library-bug-or-feature-report.md b/.github/ISSUE_TEMPLATE/standard-library-bug-or-feature-report.md index a51de54d67..45b747850a 100644 --- a/.github/ISSUE_TEMPLATE/standard-library-bug-or-feature-report.md +++ b/.github/ISSUE_TEMPLATE/standard-library-bug-or-feature-report.md @@ -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: '' ---