Update bug_report.yml

This commit is contained in:
Masterain
2022-10-04 06:03:38 -07:00
committed by GitHub
parent d28624dea1
commit fa7fcbc9cc

View File

@@ -48,6 +48,41 @@ body:
- type: textarea - type: textarea
id: logs id: logs
attributes: attributes:
label: 相关的崩溃日志 位于 %HOMEPATH%/Documents/Hutao/Log.db label: 相关的崩溃日志 位于 `%HOMEPATH%/Documents/Hutao/Log.db`
description: 如果应用程序崩溃了,可以将崩溃日志复制后粘贴在此处,文件包含了敏感信息,谨慎上传 description: |
在资源管理器中直接输入`%HOMEPATH%/Documents/Hutao`即可进入文件夹
如果应用程序崩溃了,可以将崩溃日志复制后粘贴在此处,文件包含了敏感信息,谨慎上传
如果这个表单是关于导入祈愿记录的问题,请包含你导入的`Json`文件
**务必不要上传`user.db`文件,该文件包含你的帐号敏感信息**
render: shell render: shell
- type: checkboxes
id: confirm-issue
attributes:
label: 我确认已在表单中附上了充足的补充说明以帮助开发人员确定问题
description: 补充说明包括但不限于:日志文件、抛出的错误信息、截图和录屏
options:
- label:
required: true
- type: checkboxes
id: confirm-no-duplicated-issue
attributes:
label: 我确认该问题是一个新问题,没有其他人已经提出相同的问题
description: |
请先通过 Issue 搜索功能确认这不是相同的问题;
你应该在原始 Issue 中通过回复添加有助于解决问题的信息,而不是创建重复的问题;
**没有帮助的重复问题可能会被直接关闭**
options:
- label:
required: true
- type: checkboxes
id: confirm-docs
attributes:
label: 我确认该问题没有在文档中解释
description: Snap Hutao 官方文档:[https://hut.ao](https://hut.ao)
options:
- label:
required: true