update issue templates

pull/1305/head
Darien Raymond 6 years ago
parent 7dd17dcc29
commit 125c7d35df
No known key found for this signature in database
GPG Key ID: 7251FFA14BB18169

@ -1,7 +1,6 @@
---
name: Bug 报告
about: "提交一个 V2Ray 的 bug。"
name: V2Ray程序问题
about: "提交一个 V2Ray 的程序问题报告。"
---
提交 Issue 之前请先阅读 [Issue 指引](https://github.com/v2ray/v2ray-core/blob/master/.github/SUPPORT.md),然后回答下面的问题,谢谢。

@ -1,7 +1,6 @@
---
name: Bug report
about: "Create a bug report to help us improve"
---
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.
@ -50,8 +49,6 @@ Client error log:
// Please attach your server access log here.
```
Please review your issue before submitting.
8) Other configurations (such as Nginx) and logs.
9) If V2Ray doesn't run, please attach output from `--test`.
@ -61,3 +58,5 @@ The command is usually `/usr/bin/v2ray/v2ray --test --config /etc/v2ray/config.j
10) If V2Ray service doesn't run, please attach journal log.
Usual command is `journalctl -u v2ray`.
Please review your issue before submitting.

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

@ -0,0 +1,24 @@
---
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.
1) What version of V2Ray are you using (If you deploy different version on server and client, please explicitly point out)?
2) What's your scenario of using V2Ray? E.g., Watching YouTube videos in Chrome via Socks/VMess proxy.
3) Please attach full panic log.
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**).
```javascript
// Please attach your configuration here.
```
Please review your issue before submitting.

@ -0,0 +1,8 @@
---
name: 其它
about: "请使用[Discussion](https://github.com/v2ray/discussion/issues)进行常规讨论"
---
如果你遇到的问题不是 V2Ray 的 bug比如你不清楚要如何配置请使用[Discussion](https://github.com/v2ray/discussion/issues)进行讨论。
此 Issue 会被立即关闭。

@ -0,0 +1,8 @@
---
name: Other
about: "Please use [v2ray/discussion](https://github.com/v2ray/discussion/issues) for general discussions."
---
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.
This issue will be closed immediately.
Loading…
Cancel
Save