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 ---