From b39b4642fe8b73c15e5f1cf319b52a0fbec5082c Mon Sep 17 00:00:00 2001 From: Peter Frank Date: Mon, 24 Jul 2023 13:55:04 -0500 Subject: [PATCH] Add "bug" label to bug issue template (#19814) Just adding a label --- .../-core-team-only---new-approved-feature.md | 6 +++--- .github/ISSUE_TEMPLATE/bug_report.md | 3 ++- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/-core-team-only---new-approved-feature.md b/.github/ISSUE_TEMPLATE/-core-team-only---new-approved-feature.md index 90dc69627..7916cd82e 100644 --- a/.github/ISSUE_TEMPLATE/-core-team-only---new-approved-feature.md +++ b/.github/ISSUE_TEMPLATE/-core-team-only---new-approved-feature.md @@ -1,11 +1,11 @@ --- -name: '[Core Team Only]: New Approved Feature' -about: - This template is for Core Team only. For feature requests, please use GitHub +name: "[Core Team Only]: New Approved Feature" +about: This template is for Core Team only. For feature requests, please use GitHub Discussions. title: '' labels: '' assignees: '' + --- diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 5883550e8..dbb0c7337 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -2,8 +2,9 @@ name: Bug report about: Create a report to help us improve title: '' -labels: '' +labels: bug assignees: '' + ---