Update 01_bug_report.yml

This commit is contained in:
JieXu 2025-10-21 00:10:45 +08:00 committed by GitHub
parent 222f4fb52f
commit f6c36c291e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -11,6 +11,9 @@ body:
2. **已升级到最新客户端版本。**
3. **已通过搜索确认是否有人提出过相同问题。**
4. **已确认自己的电脑系统环境是受支持的。**
---
- type: input
id: "os-version"
attributes:
@ -18,6 +21,7 @@ body:
description: "操作系统和版本"
validations:
required: true
- type: input
id: "expectation"
attributes:
@ -25,6 +29,7 @@ body:
description: "描述你认为应该发生什么"
validations:
required: true
- type: textarea
id: "describe-the-bug"
attributes:
@ -32,22 +37,25 @@ body:
description: "描述实际发生了什么"
validations:
required: true
- type: textarea
id: "reproduction-method"
attributes:
label: "复现方法"
description: "在BUG出现前执行了哪些操作"
placeholder: 标序号
placeholder: "标序号"
validations:
required: true
- type: textarea
id: "log"
attributes:
label: "日志信息"
description: "位置在软件当前目录下的guiLogs"
placeholder: 在日志开始和结束位置粘贴冒号后的内容:```
placeholder: "在日志开始和结束位置粘贴冒号后的内容:```"
validations:
required: true
- type: textarea
id: "more"
attributes:
@ -55,6 +63,7 @@ body:
description: "可选"
validations:
required: false
- type: checkboxes
id: "latest-version"
attributes:
@ -63,6 +72,7 @@ body:
options:
- label:
required: true
- type: checkboxes
id: "issues"
attributes:
@ -71,6 +81,7 @@ body:
options:
- label:
required: true
- type: checkboxes
id: "system-version"
attributes: