更新模版

This commit is contained in:
cc
2026-05-29 19:44:26 +08:00
parent 90b309064b
commit 9947904f3d
6 changed files with 128 additions and 14 deletions

View File

@@ -7,6 +7,24 @@ body:
attributes:
value: |
优秀的文档和代码一样重要。感谢你帮助我们完善文档!
- type: dropdown
id: duplicate-check
attributes:
label: 是否已有相同问题?
description: 请先搜索现有 Issues
options:
- 是,已有相同问题
- 否,没有相同问题
validations:
required: true
- type: input
id: confirm-unique
attributes:
label: 确认唯一性
description: 如果选择了"否",请输入:我已确认没有相同问题出现
placeholder: 我已确认没有相同问题出现
validations:
required: true
- type: dropdown
id: doc-type
attributes: