From 637d729d5f930ce2d4b0682ce11975cd64552d8f Mon Sep 17 00:00:00 2001 From: xugaoyi <894072666@qq.com> Date: Sat, 22 Jan 2022 11:35:46 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9ISSUE=5FTEMPLATE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/ISSUE_TEMPLATE/ join_case.md | 3 ++- .github/ISSUE_TEMPLATE/bug_report.md | 3 ++- .github/ISSUE_TEMPLATE/question.md | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/ join_case.md b/.github/ISSUE_TEMPLATE/ join_case.md index 99ebece..e0deaff 100644 --- a/.github/ISSUE_TEMPLATE/ join_case.md +++ b/.github/ISSUE_TEMPLATE/ join_case.md @@ -1,7 +1,8 @@ --- name: 申请加入案例 about: 申请将你的站点展示在文档站案例页 -label: 申请加入案例 +title: "[DATE]: 申请加入案例" +labels: 申请加入案例 --- diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index b9807c9..7dd1f15 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,7 +1,8 @@ --- name: 报告bug about: 创建一个报告来帮助我们改进 -label: bug +title: "[bug]: [FEATURE NAME]" +labels: bug --- diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md index 9d48029..4ff90ef 100644 --- a/.github/ISSUE_TEMPLATE/question.md +++ b/.github/ISSUE_TEMPLATE/question.md @@ -1,7 +1,8 @@ --- name: 提交疑问 about: 提交你的疑问 -label: 提问 +title: "[提问]: [FEATURE NAME]" +labels: 提问 ---