From 822872403381ba0beb05d228c85c9109fcd3522f Mon Sep 17 00:00:00 2001 From: Evil0ctal Date: Fri, 2 Dec 2022 02:45:37 -0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=B1Update=20issue=20templates?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/ISSUE_TEMPLATE/bug_report.md | 4 ++-- .github/ISSUE_TEMPLATE/bug_report_CN.md | 2 +- .github/ISSUE_TEMPLATE/feature_request.md | 2 +- .github/ISSUE_TEMPLATE/feature_request_CN.md | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 6d9231f..2c554f0 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -2,8 +2,8 @@ name: Bug report about: Please describe your problem in as much detail as possible so that it can be solved faster -title: "[BUG]" -labels: BUG +title: "[BUG] Brief and clear description of the problem" +labels: BUG, enhancement assignees: Evil0ctal --- diff --git a/.github/ISSUE_TEMPLATE/bug_report_CN.md b/.github/ISSUE_TEMPLATE/bug_report_CN.md index 75a3487..c126565 100644 --- a/.github/ISSUE_TEMPLATE/bug_report_CN.md +++ b/.github/ISSUE_TEMPLATE/bug_report_CN.md @@ -1,7 +1,7 @@ --- name: Bug反馈 about: 请尽量详细的描述你的问题以便更快的解决它 -title: "[BUG]" +title: "[BUG] 简短明了的描述问题" labels: BUG assignees: Evil0ctal diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index e529442..820e092 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,7 +1,7 @@ --- name: Feature request about: Suggest an idea for this project -title: "[Feature request]" +title: "[Feature request] Brief and clear description of the problem" labels: enhancement assignees: Evil0ctal diff --git a/.github/ISSUE_TEMPLATE/feature_request_CN.md b/.github/ISSUE_TEMPLATE/feature_request_CN.md index fd9d2e8..ed97e9b 100644 --- a/.github/ISSUE_TEMPLATE/feature_request_CN.md +++ b/.github/ISSUE_TEMPLATE/feature_request_CN.md @@ -1,7 +1,7 @@ --- name: 新功能需求 about: 为本项目提出一个新需求或想法 -title: "[Feature request]" +title: "[Feature request] 简短明了的描述问题" labels: enhancement assignees: Evil0ctal