From 153319b2e574cda3038c78cecc2ece8a98463776 Mon Sep 17 00:00:00 2001 From: Jixun Wu Date: Sat, 15 Jul 2023 20:22:51 +0100 Subject: [PATCH] chore: issue template update --- .gitlab/ISSUE_TEMPLATE/bug-report.md | 7 ++++--- .gitlab/ISSUE_TEMPLATE/new-feature.md | 7 ++++--- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/.gitlab/ISSUE_TEMPLATE/bug-report.md b/.gitlab/ISSUE_TEMPLATE/bug-report.md index 272c2db..3d16e6f 100644 --- a/.gitlab/ISSUE_TEMPLATE/bug-report.md +++ b/.gitlab/ISSUE_TEMPLATE/bug-report.md @@ -1,9 +1,10 @@ --- -name: Bug报告 -about: 报告Bug以帮助改进程序 -title: '' +name: "Bug 报告" +about: "报告Bug以帮助改进程序" +title: "[BUG] " labels: + - bug --- diff --git a/.gitlab/ISSUE_TEMPLATE/new-feature.md b/.gitlab/ISSUE_TEMPLATE/new-feature.md index 9e5fe49..c7610d4 100644 --- a/.gitlab/ISSUE_TEMPLATE/new-feature.md +++ b/.gitlab/ISSUE_TEMPLATE/new-feature.md @@ -1,9 +1,10 @@ --- -name: 新功能 -about: 对于程序新的想法或建议 -title: '' +name: "新功能" +about: "对于程序新的想法或建议" +title: "[新功能] " labels: + - enhancement ---