clash/.github/ISSUE_TEMPLATE/bug_report.yml

77 lines
2.2 KiB
YAML
Raw Normal View History

2021-08-13 14:35:07 +00:00
name: Bug report
description: Create a report to help us improve
2021-08-13 14:44:22 +00:00
title: "[Bug] "
2021-08-13 14:35:07 +00:00
body:
- type: checkboxes
id: ensure
attributes:
label: Verify steps
description: "
在提交之前,请确认
Please verify that you've followed these steps
"
options:
- label: "
如果你可以自己 debug 并解决的话,提交 PR 吧
Is this something you can **debug and fix**? Send a pull request! Bug fixes and documentation fixes are welcome.
"
required: true
- label: "
我已经在 [Issue Tracker](……/) 中找过我要提出的问题
I have searched on the [issue tracker](……/) for a related issue.
"
required: true
- label: "
我已经使用 dev 分支版本测试过,问题依旧存在
I have tested using the dev branch, and the issue still exists.
"
required: true
- label: "
我已经仔细看过 [Documentation](https://github.com/Dreamacro/clash/wiki/) 并无法自行解决问题
I have read the [documentation](https://github.com/Dreamacro/clash/wiki/) and was unable to solve the issue.
"
required: true
- label: "
这是 Clash 核心的问题,并非我所使用的 Clash 衍生版本(如 OpenClash、KoolClash 等)的特定问题
This is an issue of the Clash core *per se*, not to the derivatives of Clash, like OpenClash or KoolClash.
"
required: true
2021-08-13 14:44:22 +00:00
- type: input
2021-08-13 14:35:07 +00:00
attributes:
2021-08-13 14:44:22 +00:00
label: Clash version
2021-08-13 14:35:07 +00:00
validations:
required: true
- type: dropdown
id: os
attributes:
label: What OS are you seeing the problem on?
multiple: true
options:
- macOS
- Windows
- Linux
- OpenBSD/FreeBSD
- type: textarea
attributes:
render: yaml
label: "Clash config"
description: "
在下方附上 Clash core 脱敏后配置文件的内容
Paste the Clash core configuration below.
"
validations:
required: true
- type: textarea
attributes:
2021-08-13 14:44:22 +00:00
render: shell
label: Clash log
2021-08-13 14:35:07 +00:00
description: "
在下方附上 Clash Core 的日志log level 使用 DEBUG
Paste the Clash core log below with the log level set to `DEBUG`.
"
- type: textarea
attributes:
2021-08-13 14:44:22 +00:00
label: Description
2021-08-13 14:35:07 +00:00
validations:
required: true