From 16c41bd8ae1a4f140715d7ea75487e42aa72ecec Mon Sep 17 00:00:00 2001 From: Aki Nitta Date: Wed, 23 Mar 2022 21:51:37 +0900 Subject: [PATCH] Label new issues as `needs triage` by default (#12403) * Add needs triage to issues by default --- .github/ISSUE_TEMPLATE/bug_report.md | 1 + .github/ISSUE_TEMPLATE/documentation.md | 1 + .github/ISSUE_TEMPLATE/feature_request.md | 1 + .github/ISSUE_TEMPLATE/refactor.md | 1 + 4 files changed, 4 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index d6385acebc..b56f835ea9 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -2,6 +2,7 @@ name: Bug report about: Create a bug report to help us improve title: '' +label: needs triage assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/documentation.md b/.github/ISSUE_TEMPLATE/documentation.md index 8af0010885..c5ca54851d 100644 --- a/.github/ISSUE_TEMPLATE/documentation.md +++ b/.github/ISSUE_TEMPLATE/documentation.md @@ -2,6 +2,7 @@ name: Typos and doc fixes about: Tell us about how we can improve our documentation title: '' +label: needs triage assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index a7992723a9..4fa8e06af3 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -2,6 +2,7 @@ name: Feature request about: Propose a feature for this project title: '' +label: needs triage assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/refactor.md b/.github/ISSUE_TEMPLATE/refactor.md index 22a1eac158..b72e65f7d3 100644 --- a/.github/ISSUE_TEMPLATE/refactor.md +++ b/.github/ISSUE_TEMPLATE/refactor.md @@ -2,6 +2,7 @@ name: Refactor about: Suggest a code refactor or deprecation title: '' +label: needs triage assignees: '' ---