From c746fa8c79d8e5d5a95ce660edd883daf09384bb Mon Sep 17 00:00:00 2001 From: Yifeng Wang Date: Tue, 14 Mar 2023 17:43:14 +0800 Subject: [PATCH] chore: remove legacy issue template (#1575) --- .github/ISSUE_TEMPLATE.md | 7 ------- .github/ISSUE_TEMPLATE/BUG-REPORT.yml | 2 +- .github/ISSUE_TEMPLATE/FEATURE-REQUEST.yml | 4 ++-- 3 files changed, 3 insertions(+), 10 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md deleted file mode 100644 index f3c1752f5c..0000000000 --- a/.github/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,7 +0,0 @@ - diff --git a/.github/ISSUE_TEMPLATE/BUG-REPORT.yml b/.github/ISSUE_TEMPLATE/BUG-REPORT.yml index e7873b6b92..73bb692129 100644 --- a/.github/ISSUE_TEMPLATE/BUG-REPORT.yml +++ b/.github/ISSUE_TEMPLATE/BUG-REPORT.yml @@ -1,6 +1,6 @@ name: Bug Report description: File a bug report -title: '' +title: 'bug:' labels: ['bug', 'product-review'] body: - type: markdown diff --git a/.github/ISSUE_TEMPLATE/FEATURE-REQUEST.yml b/.github/ISSUE_TEMPLATE/FEATURE-REQUEST.yml index 0489e96ae4..e874b153ae 100644 --- a/.github/ISSUE_TEMPLATE/FEATURE-REQUEST.yml +++ b/.github/ISSUE_TEMPLATE/FEATURE-REQUEST.yml @@ -1,7 +1,7 @@ name: Feature Request description: Suggest a feature or improvement -title: '' -labels: ['feat', 'product-review'] +title: 'feat:' +labels: ['feat'] body: - type: markdown attributes: