更新默认 issue template

This commit is contained in:
jiajiu123
2025-03-06 12:22:27 +08:00
parent 42fc23c6e6
commit 81f1bea69c
4 changed files with 68 additions and 58 deletions

View File

@@ -0,0 +1,20 @@
name: Feature Request
description: 新功能请求
labels: ["Feature"]
body:
- type: checkboxes
attributes:
label: "检查项"
description: "请检查下列项目,并勾选确认。"
options:
- label: "我确认在Issues列表中并无其他人已经建议过相似的功能"
required: true
- label: "这个新功能可以解决目前存在的某个问题或BUG"
- type: textarea
attributes:
label: 期望的功能描述
validations:
required: true
- type: textarea
attributes:
label: 补充信息