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