From fa7fcbc9cc235c3ed8e5b7022edfecc4f14dfdf3 Mon Sep 17 00:00:00 2001 From: Masterain Date: Tue, 4 Oct 2022 06:03:38 -0700 Subject: [PATCH] Update bug_report.yml --- .github/ISSUE_TEMPLATE/bug_report.yml | 39 +++++++++++++++++++++++++-- 1 file changed, 37 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 5e7d52e7..bb6e7176 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -48,6 +48,41 @@ body: - type: textarea id: logs attributes: - label: 相关的崩溃日志 位于 %HOMEPATH%/Documents/Hutao/Log.db - description: 如果应用程序崩溃了,可以将崩溃日志复制后粘贴在此处,文件包含了敏感信息,谨慎上传 + label: 相关的崩溃日志 位于 `%HOMEPATH%/Documents/Hutao/Log.db` + description: | + 在资源管理器中直接输入`%HOMEPATH%/Documents/Hutao`即可进入文件夹 + 如果应用程序崩溃了,可以将崩溃日志复制后粘贴在此处,文件包含了敏感信息,谨慎上传 + 如果这个表单是关于导入祈愿记录的问题,请包含你导入的`Json`文件 + **务必不要上传`user.db`文件,该文件包含你的帐号敏感信息** 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 +