siyuan/.github/ISSUE_TEMPLATE/2-bug-report-zh-CN.yml

76 lines
No EOL
2.1 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: 🐛 缺陷报告
description: 报告缺陷以帮助我们改进
title: "请输入缺陷报告标题"
body:
- type: checkboxes
attributes:
label: 是否存在已有相关 issue
description: |
请搜索查看是否已存在与您遇到的缺陷相关的 issue。
options:
- label: |
我已搜索现有 issue
required: true
- type: checkboxes
attributes:
label: 是否能在默认主题(日间/夜间)下重现该问题?
description: |
请确认该问题能在默认主题下重现。
options:
- label: |
我能在默认主题下重现该问题
required: true
- type: checkboxes
attributes:
label: 问题是否可能是由扩展引起的?
description: |
请注意,代码片段、插件、主题、挂件或其他扩展可能会引发问题。
options:
- label: |
我已排除扩展导致问题的可能性。
required: true
- type: textarea
attributes:
label: 问题描述
description: |
请尽可能清晰地描述您遇到的问题。
validations:
required: true
- type: textarea
attributes:
label: 预期结果
description: |
请尽可能清晰准确地描述您期望的结果。
validations:
required: true
- type: textarea
attributes:
label: 截图或屏幕录制展示
description: |
请尝试附加截图或视频来描述您遇到的问题。
validations:
required: false
- type: textarea
attributes:
label: 版本环境
value: |
- 版本:
- 操作系统:
- 浏览器(如果使用了):
render: markdown
validations:
required: true
- type: textarea
attributes:
label: 日志文件
description: |
程序日志文件位于 `工作空间/temp/siyuan.log`
validations:
required: true
- type: textarea
attributes:
label: 更多信息
description: |
请提供其他附加信息以帮助我们诊断问题。
validations:
required: false