From 2bd770d88de279982c663a3ff2b2e1859ccaf860 Mon Sep 17 00:00:00 2001 From: zzxwill Date: Thu, 3 Dec 2020 11:48:41 +0800 Subject: [PATCH] Remove automatically prefixed "[BUG]" in the issue title Remove "[BUG]" from the default issue as maintainers can use labeling mechanism to tell whether it is --- .github/ISSUE_TEMPLATE/bug_report.md | 4 ++-- .github/ISSUE_TEMPLATE/feature_request.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 3969c04c1..2d4e669ee 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,7 +1,7 @@ --- -name: Bug report +name: "\U0001F41B Bug report" about: Create a report to help us improve -title: "[BUG]" +title: "" labels: kind/bug assignees: '' diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index d36096f27..3bac1e43c 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,5 +1,5 @@ --- -name: Feature request +name: "\U0001F680 Feature request" about: Suggest an idea for this project title: "[Feature]" labels: kind/feature