mirror of
https://jihulab.com/DGP-Studio/Snap.Hutao.git
synced 2025-11-19 21:02:53 +08:00
54 lines
1.5 KiB
YAML
54 lines
1.5 KiB
YAML
name: 问题反馈
|
||
description: 告诉我们你的问题
|
||
title: "[Bug]: 在这里填写一个合适的标题"
|
||
labels: ["BUG"]
|
||
assignees:
|
||
- Lightczx
|
||
body:
|
||
- type: markdown
|
||
attributes:
|
||
value: |
|
||
请按下方的要求填写完整的问题表单,以便我们更快的定位问题。
|
||
|
||
- type: input
|
||
id: winver
|
||
attributes:
|
||
label: Windows 版本
|
||
description: |
|
||
`Win+R` 输入 `winver` 回车后在打开的窗口第二行可以找到
|
||
placeholder: 例:22000.556
|
||
validations:
|
||
required: true
|
||
|
||
- type: input
|
||
id: shver
|
||
attributes:
|
||
label: Snap Hutao 版本
|
||
description: 在应用程序的设置界面中靠下的位置可以找到
|
||
placeholder: 例:1.0.30.0
|
||
validations:
|
||
required: true
|
||
|
||
- type: textarea
|
||
id: what-happened
|
||
attributes:
|
||
label: 发生了什么?
|
||
description: 详细的描述问题发生前后的行为,以便我们解决问题
|
||
validations:
|
||
required: true
|
||
|
||
- type: textarea
|
||
id: what-expected
|
||
attributes:
|
||
label: 你期望发生的行为?
|
||
description: 详细的描述你期望发生的行为,突出与目前(可能不正确的)行为的不同
|
||
validations:
|
||
required: false
|
||
|
||
- type: textarea
|
||
id: logs
|
||
attributes:
|
||
label: 相关的崩溃日志 位于 %HOMEPATH%/Documents/Hutao/Log.db
|
||
description: 如果应用程序崩溃了,可以将崩溃日志复制后粘贴在此处,文件包含了敏感信息,谨慎上传
|
||
render: shell
|