quark-auto-save/.github/ISSUE_TEMPLATE/bug_report.yml
2024-02-28 03:57:44 +08:00

51 lines
1.3 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: Create a report to help us improve
title: "[Bug] "
labels: ["bug"]
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this bug report! Please searched for historical issues and check README before opening this issue.
感谢您抽出宝贵的时间填写此报告!请确认打开此问题前已搜索历史 Issues 并阅读 README。
- type: textarea
id: what-happened
attributes:
label: What happened
description: 问题描述和复现步骤
placeholder: 问题的具体描述,尽量详细
validations:
required: true
- type: textarea
id: config-log
attributes:
label: Config & Log
description: 配置、日志和API请求返回有效的信息能帮助我更准确地定位问题
value: |
#### Config
```json
{}
```
#### Log
```
text
```
- type: dropdown
id: environment
attributes:
label: Operating environment
description: 运行环境
options:
- Qinglong
- Python
- Docker
validations:
required: true
- type: input
id: version
attributes:
label: Environment version
description: 运行环境Qinglong、Python、Docker的版本
placeholder: ex. v2.17.1