From f1899cf50399f38c7e688ea85d7e1da4851e9ec5 Mon Sep 17 00:00:00 2001 From: Ruben Anders Date: Mon, 19 Aug 2019 01:42:52 +0200 Subject: [PATCH] Add 'needs triage' badge to all Issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- .github/ISSUE_TEMPLATE/feature-suggestion.md | 2 +- .github/ISSUE_TEMPLATE/something-completely-different.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 025e87b23..ab017ebc3 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 +labels: bug, needs triage assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/feature-suggestion.md b/.github/ISSUE_TEMPLATE/feature-suggestion.md index 1247750e1..d44729381 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 +labels: enhancement, needs triage assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/something-completely-different.md b/.github/ISSUE_TEMPLATE/something-completely-different.md index 8b874afe5..6b5612720 100644 --- a/.github/ISSUE_TEMPLATE/something-completely-different.md +++ b/.github/ISSUE_TEMPLATE/something-completely-different.md @@ -2,7 +2,7 @@ name: Something completely different about: If you have something completely different title: '' -labels: '' +labels: needs triage assignees: '' ---