From bd77325161eb5470fb42b78b3d72b77f9aec8a57 Mon Sep 17 00:00:00 2001 From: nrybowski Date: Tue, 24 Oct 2023 13:26:41 +0200 Subject: [PATCH] [.github] Add 'Triage needed' label --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- .github/ISSUE_TEMPLATE/feature_request.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 656cea2ad9..e4bdaf0c5f 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -3,7 +3,7 @@ name: Bug report about: Create a report to help us improve title: Add the context of the bug at the beginning of the title, if possible, e.g. [frontend/installer] -labels: Bug +labels: ["Bug", "Triage needed"] assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index ab20d6ae91..9c6740e781 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -3,7 +3,7 @@ name: Feature request about: Suggest an idea for this project title: Add the context of the feature request at the beginning of the title, if possible, e.g. [frontend/installer] -labels: Feature request +labels: ["Feature request", "Triage needed"] assignees: '' ---