Browse Source

update issue templates

Darien Raymond 7 years ago
parent
commit
125c7d35df

+ 2 - 3
.github/ISSUE_TEMPLATE/bug_cn.md

@@ -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),然后回答下面的问题,谢谢。

+ 2 - 3
.github/ISSUE_TEMPLATE/bug_en.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.

+ 24 - 0
.github/ISSUE_TEMPLATE/crash_cn.md

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

+ 24 - 0
.github/ISSUE_TEMPLATE/crash_en.md

@@ -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.

+ 8 - 0
.github/ISSUE_TEMPLATE/other_cn.md

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

+ 8 - 0
.github/ISSUE_TEMPLATE/other_en.md

@@ -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.