mirror of
https://github.com/Qv2ray/Qv2ray.git
synced 2025-05-21 11:20:49 +08:00
Better template!
This commit is contained in:
parent
385ebc904a
commit
114522f7bf
81
.github/ISSUE_TEMPLATE/bug---english.md
vendored
81
.github/ISSUE_TEMPLATE/bug---english.md
vendored
@ -1,19 +1,24 @@
|
|||||||
---
|
---
|
||||||
name: Bug Report - English Version
|
name: Bug Report
|
||||||
about: Used to report a bug...
|
about: Use this template to report a bug
|
||||||
title: ''
|
title: ''
|
||||||
labels: Bugs, help wanted, DiscussionNeeded
|
labels: Bugs, help wanted, DiscussionNeeded
|
||||||
assignees: ''
|
assignees: ''
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
<!-- We recommend that you fill out the bug report template so that we can collect enough information to help you.
|
||||||
|
Note: Unqualified issues may be closed.
|
||||||
|
How to check an item: change [ ] to [x]
|
||||||
|
Plese hide sensitive info like your server address / domain / UUID before posting your VMess link/log. -->
|
||||||
|
|
||||||
- [ ] **I'm sure I've tried to reproduce the problem several times and will provide the system environment, each software and its version that is involved in the problem.**
|
- [ ] **I'm sure I've tried to reproduce the problem several times and will provide the system environment, each software and its version that is involved in the problem.**
|
||||||
|
|
||||||
We recommend that you follow the template to fill out a bug report so that we can collect more helpful information.
|
## Briefly describe this bug:
|
||||||
|
|
||||||
# Briefly describe this bug:
|
|
||||||
|
|
||||||
# How can I trigger this bug:
|
|
||||||
|
## How can I trigger this bug:
|
||||||
|
|
||||||
1.
|
1.
|
||||||
2.
|
2.
|
||||||
@ -23,50 +28,24 @@ We recommend that you follow the template to fill out a bug report so that we ca
|
|||||||
### If it's a connection issue, has it happened in other V2Ray clients?
|
### If it's a connection issue, has it happened in other V2Ray clients?
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
### Related screenshots or logs
|
### Related screenshots or logs
|
||||||
|
|
||||||
<details>
|
<details>
|
||||||
|
|
||||||
```
|
```
|
||||||
Qv2ray log:
|
Please paste your Qv2ray log here:
|
||||||
|
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
|
## System Information
|
||||||
|
|
||||||
## System Information (Delete the incompatible items)
|
<!-- Please check all the operating systems and installation sources that you confirmed to have problems. -->
|
||||||
|
|
||||||
### Affected platforms
|
### Open Preferences -> Aabout, and enter the following info
|
||||||
|
|
||||||
If you have not tested on other platforms or are unsure, please only keep confirmed platforms, same to below.
|
|
||||||
|
|
||||||
- Linux
|
|
||||||
- macOS
|
|
||||||
- Windows
|
|
||||||
|
|
||||||
### Affected Qv2ray installation source
|
|
||||||
|
|
||||||
- ArchLinuxCN - Stable
|
|
||||||
- ArchLinuxCN - Dev-git
|
|
||||||
- ArchLinux AUR - Stable
|
|
||||||
- ArchLinux AUR - Development
|
|
||||||
- Fedora - Stable
|
|
||||||
- Fedora - Preview
|
|
||||||
- openSUSE - Stable
|
|
||||||
- openSUSE - Preview
|
|
||||||
- Flathub
|
|
||||||
- Snap
|
|
||||||
- Homebrew Cask
|
|
||||||
- Chocolatey
|
|
||||||
- Compile manually
|
|
||||||
- Github Release
|
|
||||||
|
|
||||||
### Installed plugins & source:
|
|
||||||
|
|
||||||
|
|
||||||
### preferences -> about:
|
|
||||||
|
|
||||||
```
|
```
|
||||||
Version:
|
Version:
|
||||||
@ -74,8 +53,32 @@ Build info:
|
|||||||
Extra build info:
|
Extra build info:
|
||||||
```
|
```
|
||||||
|
|
||||||
**Other Info**
|
### Operating systems
|
||||||
|
|
||||||
You may want to write anything if you think it helps us to fix the bug.
|
- [ ] Linux
|
||||||
|
- [ ] macOS
|
||||||
|
- [ ] Windows
|
||||||
|
|
||||||
*Please hide your server address and UUID if you wish to post the vmess string or your connection setting.*
|
### Installation source
|
||||||
|
|
||||||
|
- [ ] ArchLinuxCN - Stable
|
||||||
|
- [ ] ArchLinuxCN - Dev-git
|
||||||
|
- [ ] ArchLinux AUR - Stable
|
||||||
|
- [ ] ArchLinux AUR - Development
|
||||||
|
- [ ] Fedora - Stable
|
||||||
|
- [ ] Fedora - Preview
|
||||||
|
- [ ] openSUSE - Stable
|
||||||
|
- [ ] openSUSE - Preview
|
||||||
|
- [ ] Flathub
|
||||||
|
- [ ] Snap
|
||||||
|
- [ ] Homebrew Cask
|
||||||
|
- [ ] Scoop / Chocolatey / Github Release
|
||||||
|
- [ ] Compile manually
|
||||||
|
|
||||||
|
### Installed plugins, versions and sources
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## Additional Info
|
||||||
|
|
||||||
|
<!-- Feel free to write down any info you consider helpful to resolve the bug. -->
|
||||||
|
83
.github/ISSUE_TEMPLATE/bug.md
vendored
83
.github/ISSUE_TEMPLATE/bug.md
vendored
@ -1,21 +1,24 @@
|
|||||||
---
|
---
|
||||||
name: Bug 反馈
|
name: Bug 反馈
|
||||||
about: 用来反馈bug
|
about: 使用此模板反馈 bug
|
||||||
title: ''
|
title: ''
|
||||||
labels: Bugs, help wanted, DiscussionNeeded
|
labels: Bugs, help wanted, DiscussionNeeded
|
||||||
assignees: ''
|
assignees: ''
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
<!-- 我们建议您按照下方模板填写 Bug 反馈,以便我们收集足够多的有效信息。
|
||||||
|
注意:不符合要求的 issue 可能会被关闭。
|
||||||
|
如何勾选一个选项:将 [ ] 改为 [x] 即可
|
||||||
|
请在粘贴 VMess 链接/日志前隐藏你的服务器地址 / 域名和 UUID 等敏感信息。 -->
|
||||||
|
|
||||||
- [ ] **我确定我已经尝试多次复现此次问题,并且将会提供涉及此问题的系统环境,每个软件及其版本。**
|
- [ ] **我确定我已经尝试多次复现此次问题,并且将会提供涉及此问题的系统环境,每个软件及其版本。**
|
||||||
|
|
||||||
我们建议您按照下方模板填写 Bug Report,以便我们收集更多的有效信息
|
## 简单描述这个 Bug:
|
||||||
|
|
||||||
# 简单描述这个 Bug:
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# 如何复现这个 Bug:
|
## 如何复现这个 Bug:
|
||||||
|
|
||||||
1.
|
1.
|
||||||
2.
|
2.
|
||||||
@ -31,55 +34,51 @@ assignees: ''
|
|||||||
<details>
|
<details>
|
||||||
|
|
||||||
```
|
```
|
||||||
Qv2ray 日志:
|
请在此粘贴 Qv2ray 日志:
|
||||||
|
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
|
## 系统信息
|
||||||
|
|
||||||
## 系统信息 (请删掉不符合的项)
|
<!-- 请勾选所有你确认存在问题的操作系统和安装来源。 -->
|
||||||
|
|
||||||
### 受影响的 Qv2ray 安装平台
|
### 打开首选项 -> 关于,填写以下信息
|
||||||
|
|
||||||
如果你未在其他平台做过测试或不确定,请只保留已确认的平台,下同
|
|
||||||
|
|
||||||
- Linux
|
|
||||||
- macOS
|
|
||||||
- Windows
|
|
||||||
|
|
||||||
### 受影响的 Qv2ray 安装源
|
|
||||||
|
|
||||||
- ArchLinuxCN - 稳定版
|
|
||||||
- ArchLinuxCN - 开发版
|
|
||||||
- ArchLinux AUR - 稳定版
|
|
||||||
- ArchLinux AUR - 开发版
|
|
||||||
- Fedora - 稳定版
|
|
||||||
- Fedora - 开发版
|
|
||||||
- openSUSE - 稳定版
|
|
||||||
- openSUSE - 开发版
|
|
||||||
- Flathub 包
|
|
||||||
- Snap 包
|
|
||||||
- Homebrew Cask
|
|
||||||
- Chocolatey
|
|
||||||
- 手动编译
|
|
||||||
- Github Release
|
|
||||||
|
|
||||||
### 已安装的插件 & 插件安装源:
|
|
||||||
|
|
||||||
|
|
||||||
### 首选项 -> 关于信息:
|
|
||||||
|
|
||||||
```
|
```
|
||||||
版本号:
|
版本:
|
||||||
内部版本号:
|
|
||||||
编译信息:
|
编译信息:
|
||||||
其它编译信息:
|
额外编译信息:
|
||||||
```
|
```
|
||||||
|
|
||||||
**其他信息**
|
### 操作系统
|
||||||
|
|
||||||
你认为对我们修复bug有帮助的任何信息都可以在这里写出来:
|
- [ ] Linux
|
||||||
|
- [ ] macOS
|
||||||
|
- [ ] Windows
|
||||||
|
|
||||||
*如果你打算贴出你的配置信息,请在生成 VMess 链接 (直接粘贴) 前隐藏你的服务器地址 / 域名和 UUID。*
|
### 安装来源
|
||||||
|
|
||||||
|
- [ ] ArchLinuxCN - 稳定版
|
||||||
|
- [ ] ArchLinuxCN - 开发版
|
||||||
|
- [ ] ArchLinux AUR - 稳定版
|
||||||
|
- [ ] ArchLinux AUR - 开发版
|
||||||
|
- [ ] Fedora - 稳定版
|
||||||
|
- [ ] Fedora - 开发版
|
||||||
|
- [ ] openSUSE - 稳定版
|
||||||
|
- [ ] openSUSE - 开发版
|
||||||
|
- [ ] Flathub 包
|
||||||
|
- [ ] Snap 包
|
||||||
|
- [ ] Homebrew Cask
|
||||||
|
- [ ] Scoop / Chocolatey / Github Release
|
||||||
|
- [ ] 手动编译
|
||||||
|
|
||||||
|
### 已安装的插件、版本及安装来源
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## 附加信息
|
||||||
|
|
||||||
|
<!-- 你认为对修复 bug 有帮助的任何信息都可以在此写出来。 -->
|
||||||
|
Loading…
Reference in New Issue
Block a user