chore: issue template update

This commit is contained in:
Jixun Wu 2023-07-15 20:22:51 +01:00
parent afd9263ff1
commit 153319b2e5
2 changed files with 8 additions and 6 deletions

View File

@ -1,9 +1,10 @@
--- ---
name: Bug报告 name: "Bug 报告"
about: 报告Bug以帮助改进程序 about: "报告Bug以帮助改进程序"
title: '' title: "[BUG] "
labels: labels:
- bug - bug
--- ---

View File

@ -1,9 +1,10 @@
--- ---
name: 新功能 name: "新功能"
about: 对于程序新的想法或建议 about: "对于程序新的想法或建议"
title: '' title: "[新功能] "
labels: labels:
- enhancement - enhancement
--- ---