chore: update bug-report.yml

This commit is contained in:
jaywcjlove 2023-05-25 12:25:23 +08:00
parent 1f8b93dbab
commit 6529b5e85f

View File

@ -8,14 +8,14 @@ body:
attributes: attributes:
value: | value: |
🚧🚧🚧🚧🚧🚧🚧🚧🚧🚧🚧🚧🚧🚧🚧🚧🚧🚧 🚧🚧🚧🚧🚧🚧🚧🚧🚧🚧🚧🚧🚧🚧🚧🚧🚧🚧
注意:请求太多,参考【优先级】快速添加内容 注意:请求太多,请按照下面内容提供错误报告
🚧🚧🚧🚧🚧🚧🚧🚧🚧🚧🚧🚧🚧🚧🚧🚧🚧🚧 🚧🚧🚧🚧🚧🚧🚧🚧🚧🚧🚧🚧🚧🚧🚧🚧🚧🚧
- type: input - type: input
id: error-list id: error-list
attributes: attributes:
label: 📄 错误清单 label: 📄 错误清单
description: 选择一个错类型 description: 指定错误清单文件,方便我们快速定位错误。
placeholder: ex. `docs/ansible.md` placeholder: ex. `docs/ansible.md`
validations: validations:
required: true required: true
@ -24,11 +24,13 @@ body:
id: error-type id: error-type
attributes: attributes:
label: 🧨 错误类型 label: 🧨 错误类型
description: 请选择一个错类型 description: 请选择类型
options: options:
- label: 排版 & 文字错误 - label: 排版 & 文字错误
- label: 清单内容示例错误 - label: 清单内容示例错误
- label: 其它 - label: 其它
validations:
required: true
- type: textarea - type: textarea
id: description id: description