add feature request template

This commit is contained in:
Darien Raymond 2018-11-13 20:40:18 +01:00
parent 953bfac572
commit 29d978d157
No known key found for this signature in database
GPG Key ID: 7251FFA14BB18169
3 changed files with 7 additions and 26 deletions

View File

@ -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
// 在这里附上配置文件
```
请预览一下你填的内容再提交。

View File

@ -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
View File

@ -0,0 +1,6 @@
---
name: Feature Request
about: "Open a feature request to V2Ray"
---
Please describe the new feature you want in detail.