clash-verge-rev/.github/ISSUE_TEMPLATE/bug_report.yml

57 lines
3.0 KiB
YAML
Raw Normal View History

2024-03-20 18:02:07 +08:00
name: 问题反馈 / Bug report
title: "[BUG] "
description: 反馈你遇到的问题 / Report the issue you are experiencing
2023-12-09 12:00:01 +08:00
labels: ["bug"]
2024-03-20 18:02:07 +08:00
2023-12-09 12:00:01 +08:00
body:
2024-03-20 18:02:07 +08:00
- type: markdown
attributes:
value: |
## 在提交问题之前,请确认以下事项:
2024-04-28 20:04:03 +08:00
1. 请 **确保** 您已经查阅了 [Clash Verge Rev 官方文档](https://clash-verge-rev.github.io/guide.html) 以及 [常见问题](https://clash-verge-rev.github.io/faq/install/)
2024-03-20 18:02:07 +08:00
2. 请 **确保** [已有的问题](https://github.com/clash-verge-rev/clash-verge-rev/issues?q=is%3Aissue) 中没有人提交过相似issue否则请在已有的issue下进行讨论
3. 请 **务必** 给issue填写一个简洁明了的标题以便他人快速检索
4. 请 **务必** 先下载 [Alpha](https://github.com/clash-verge-rev/clash-verge-rev/releases/tag/alpha) 版本测试,确保问题依然存在
5. 请 **务必** 按照模板规范详细描述问题否则issue将会被关闭
## Before submitting the issue, please make sure of the following checklist:
2024-04-28 20:04:03 +08:00
1. Please make sure you have read the [Clash Verge Rev official documentation](https://clash-verge-rev.github.io/guide.html) and [FAQ](https://clash-verge-rev.github.io/faq/install/)
2024-03-20 18:02:07 +08:00
2. Please make sure there is no similar issue in the [existing issues](https://github.com/clash-verge-rev/clash-verge-rev/issues?q=is%3Aissue), otherwise please discuss under the existing issue
3. Please be sure to fill in a concise and clear title for the issue so that others can quickly search
4. Please be sure to download the [Alpha](https://github.com/clash-verge-rev/clash-verge-rev/releases/tag/alpha) version for testing to ensure that the problem still exists
5. Please describe the problem in detail according to the template specification, otherwise the issue will be closed
2023-12-09 12:00:01 +08:00
- type: textarea
2024-03-20 18:02:07 +08:00
id: description
2023-12-09 12:00:01 +08:00
attributes:
2024-03-20 18:02:07 +08:00
label: 问题描述 / Describe the bug
description: 详细清晰地描述你遇到的问题 / A clear and concise description of what the bug is
2023-12-09 12:00:01 +08:00
validations:
required: true
- type: textarea
attributes:
2024-03-20 18:02:07 +08:00
label: 复现步骤 / To Reproduce
description: 请提供复现问题的步骤 / Steps to reproduce the behavior
2023-12-09 12:00:01 +08:00
validations:
required: true
- type: dropdown
attributes:
2024-03-20 18:02:07 +08:00
label: 操作系统 / OS
2023-12-09 12:00:01 +08:00
options:
- Windows
- Linux
- MacOS
validations:
required: true
- type: input
attributes:
2024-03-20 18:02:07 +08:00
label: 操作系统版本 / OS Version
description: 请提供你的操作系统版本Linux请额外提供桌面环境及窗口系统 / Please provide your OS version, for Linux, please also provide the desktop environment and window system
2023-12-09 12:00:01 +08:00
validations:
required: true
2024-03-20 18:02:07 +08:00
- type: textarea
2023-12-09 12:00:01 +08:00
attributes:
2024-03-20 18:02:07 +08:00
label: 日志 / Log
description: 请提供完整或相关部分的Debug日志 / Please provide the complete or relevant part of the Debug log
2023-12-09 12:00:01 +08:00
validations:
required: true