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: 提问 ---