From f1660bfc557a9cca42e20ae121fe4e350046d41c Mon Sep 17 00:00:00 2001 From: Ruben Anders Date: Sun, 6 Dec 2020 13:38:19 +0100 Subject: [PATCH] Remove "needs triage" issue label (#2256) --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- .github/ISSUE_TEMPLATE/feature-suggestion.md | 2 +- .github/ISSUE_TEMPLATE/something-completely-different.md | 1 - 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index c3ef65e4..bc820ed8 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -2,7 +2,7 @@ name: Bug report about: Report something not working correctly that should be fixed title: '' -labels: bug, needs triage +labels: bug assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/feature-suggestion.md b/.github/ISSUE_TEMPLATE/feature-suggestion.md index 38e6dd88..bc4592f5 100644 --- a/.github/ISSUE_TEMPLATE/feature-suggestion.md +++ b/.github/ISSUE_TEMPLATE/feature-suggestion.md @@ -2,7 +2,7 @@ name: Feature suggestion about: Suggest an idea for this project title: '' -labels: enhancement, needs triage +labels: enhancement assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/something-completely-different.md b/.github/ISSUE_TEMPLATE/something-completely-different.md index 6b561272..d58f1c40 100644 --- a/.github/ISSUE_TEMPLATE/something-completely-different.md +++ b/.github/ISSUE_TEMPLATE/something-completely-different.md @@ -2,7 +2,6 @@ name: Something completely different about: If you have something completely different title: '' -labels: needs triage assignees: '' ---