From 86af6f60da3ce26500d5e86a598773fb9cd1ee7c Mon Sep 17 00:00:00 2001 From: pipipi-pikachu Date: Fri, 13 May 2022 21:32:57 +0800 Subject: [PATCH] chore: update ISSUE_TEMPLATE --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- .github/ISSUE_TEMPLATE/feature_request.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 0f809811..b9df4547 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -2,7 +2,7 @@ name: Bug反馈 about: 'Bug report' title: "[Bug report]" -labels: '' +labels: 'bug' assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index cea90961..37b60735 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,8 +1,8 @@ --- name: 功能请求 -about: 'Feature_request' -title: "[Feature_request]" -labels: '' +about: 'Feature request' +title: "[Feature request]" +labels: 'enhancement' assignees: '' ---