mirror of
https://github.com/v2fly/v2ray-core.git
synced 2024-12-30 05:56:54 -05:00
add feature request template
This commit is contained in:
parent
953bfac572
commit
29d978d157
24
.github/ISSUE_TEMPLATE/crash_cn.md
vendored
24
.github/ISSUE_TEMPLATE/crash_cn.md
vendored
@ -1,24 +0,0 @@
|
||||
---
|
||||
name: V2Ray 进程崩溃
|
||||
about: "提交一个 V2Ray 的 panic 日志"
|
||||
---
|
||||
|
||||
提交 Issue 之前请先阅读 [Issue 指引](https://github.com/v2ray/v2ray-core/blob/master/.github/SUPPORT.md),然后回答下面的问题,谢谢。
|
||||
除非特殊情况,请完整填写所有问题。不按模板发的 issue 将直接被关闭。
|
||||
如果你遇到的问题不是 V2Ray 的 bug,比如你不清楚要如何配置,请使用[Discussion](https://github.com/v2ray/discussion/issues)进行讨论。
|
||||
|
||||
1) 你正在使用哪个版本的 V2Ray?(如果服务器和客户端使用了不同版本,请注明)
|
||||
|
||||
2) 你的使用场景是什么?比如使用 Chrome 通过 Socks/VMess 代理观看 YouTube 视频。
|
||||
|
||||
3) 请附上 panic 时的完整输出。
|
||||
|
||||
在 Linux (Systemd) 上可以通过 `journalctl -u v2ray` 查看最近的 panic 日志。
|
||||
|
||||
4) 请附上配置文件(提交 Issue 前请隐藏服务器端IP地址)。
|
||||
|
||||
```javascript
|
||||
// 在这里附上配置文件
|
||||
```
|
||||
|
||||
请预览一下你填的内容再提交。
|
3
.github/ISSUE_TEMPLATE/crash_en.md
vendored
3
.github/ISSUE_TEMPLATE/crash_en.md
vendored
@ -3,7 +3,6 @@ name: Crash report
|
||||
about: "Create a report for panics"
|
||||
---
|
||||
|
||||
Please read the [instruction](https://github.com/v2ray/v2ray-core/blob/master/.github/SUPPORT.md) and answer the following questions before submitting your issue. Thank you.
|
||||
Please answer all the questions with enough information. All issues not following this template will be closed immediately.
|
||||
If you are not sure if your question is truely a bug in V2Ray, please discuss it [here](https://github.com/v2ray/discussion/issues) first.
|
||||
|
||||
@ -15,7 +14,7 @@ If you are not sure if your question is truely a bug in V2Ray, please discuss it
|
||||
|
||||
You may get panic log using command `journalctl -u v2ray` if your system is Linux (systemd).
|
||||
|
||||
5) Please attach your configuration file (**Mask IP addresses before submit this issue**).
|
||||
4) Please attach your configuration file (**Mask IP addresses before submit this issue**).
|
||||
|
||||
```javascript
|
||||
// Please attach your configuration here.
|
||||
|
6
.github/ISSUE_TEMPLATE/feature_en.md
vendored
Normal file
6
.github/ISSUE_TEMPLATE/feature_en.md
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
---
|
||||
name: Feature Request
|
||||
about: "Open a feature request to V2Ray"
|
||||
---
|
||||
|
||||
Please describe the new feature you want in detail.
|
Loading…
Reference in New Issue
Block a user