DoroHelper/.github/ISSUE_TEMPLATE/cn-bug-report.yaml

55 lines
1.9 KiB
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

name: 错误报告 | Bug Report
description: 操作异常、卡死等
labels: ["bug"]
body:
- type: checkboxes
id: checks
attributes:
label: 在提问之前...
description: |
请确认自己完成了要求之后再进行勾选
options:
- label: 我不是国服玩家
required: true
- label: 我使用的是版本号1开头的新版本而不是版本号0开头的如0.1.22)的老版本
required: true
- label: 在更新至最新版本后,我仍可以复现该问题
required: true
- label: 我理解 Issue 是用于反馈和解决问题的,而非吐槽评论区,将尽可能提供更多信息帮助问题解决
required: true
- label: 我填写了简短且清晰明确的标题,以便开发者在翻阅 Issue 列表时能快速确定大致问题。而不是“一个建议”“卡住了”等
required: true
- label: 我已检查了置顶议题Pinned Issue公告、活跃议题Open Issue、已关闭议题Closed Issue确认我的问题未被解决
required: true
- type: textarea
id: describe
attributes:
label: 问题描述
description: 描述问题时请尽可能详细
validations:
required: true
- type: textarea
id: screenshots
attributes:
label: 录屏
description: |
对应问题的录屏,不需要整个程序的全程录屏
validations:
required: true
- type: textarea
id: logs
attributes:
label: 日志
description: |
请复制DoroHelper中自带的日志
validations:
required: false
- type: textarea
id: others
attributes:
label: 还有别的吗?
description: |
任何能让我们对你所遇到的问题有更多了解的东西
validations:
required: false