From 8423e47ad93f8851061eeed49054881414993a38 Mon Sep 17 00:00:00 2001 From: Aki Nitta Date: Fri, 25 Mar 2022 11:37:58 +0900 Subject: [PATCH] Fix default labels in issue templates (#12434) --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- .github/ISSUE_TEMPLATE/documentation.md | 2 +- .github/ISSUE_TEMPLATE/feature_request.md | 2 +- .github/ISSUE_TEMPLATE/refactor.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index b56f835ea9..d1b47ccb71 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -2,7 +2,7 @@ name: Bug report about: Create a bug report to help us improve title: '' -label: needs triage +labels: needs triage assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/documentation.md b/.github/ISSUE_TEMPLATE/documentation.md index c5ca54851d..5f4248043e 100644 --- a/.github/ISSUE_TEMPLATE/documentation.md +++ b/.github/ISSUE_TEMPLATE/documentation.md @@ -2,7 +2,7 @@ name: Typos and doc fixes about: Tell us about how we can improve our documentation title: '' -label: needs triage +labels: needs triage assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 4fa8e06af3..930e1650a3 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -2,7 +2,7 @@ name: Feature request about: Propose a feature for this project title: '' -label: needs triage +labels: needs triage assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/refactor.md b/.github/ISSUE_TEMPLATE/refactor.md index b72e65f7d3..6aceba8f33 100644 --- a/.github/ISSUE_TEMPLATE/refactor.md +++ b/.github/ISSUE_TEMPLATE/refactor.md @@ -2,7 +2,7 @@ name: Refactor about: Suggest a code refactor or deprecation title: '' -label: needs triage +labels: needs triage assignees: '' ---