From 865d4ff7ffb877a18748cec9f3726ec330783fdc Mon Sep 17 00:00:00 2001 From: Darien Raymond Date: Sat, 29 Sep 2018 18:49:26 +0200 Subject: [PATCH] update issue template --- .github/ISSUE_TEMPLATE/bug_cn.md | 21 +++++++++++++-------- .github/ISSUE_TEMPLATE/bug_en.md | 11 ++++++++--- 2 files changed, 21 insertions(+), 11 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_cn.md b/.github/ISSUE_TEMPLATE/bug_cn.md index a68128fe..a1eb2505 100644 --- a/.github/ISSUE_TEMPLATE/bug_cn.md +++ b/.github/ISSUE_TEMPLATE/bug_cn.md @@ -8,22 +8,24 @@ about: "提交一个 V2Ray 的 bug。" 除非特殊情况,请完整填写所有问题。不按模板发的 issue 将直接被关闭。 如果你遇到的问题不是 V2Ray 的 bug,比如你不清楚要如何配置,请使用[Discussion](https://github.com/v2ray/discussion/issues)进行讨论。 -1) 你正在使用哪个版本的 V2Ray?(如果服务器和客户端使用了不同版本,请注明) +1) 你正在使用哪个版本的 V2Ray?(如果服务器和客户端使用了不同版本,请注明) -2) 你的使用场景是什么?比如使用 Chrome 通过 Socks/VMess 代理观看 YouTube 视频。 +2) 你的使用场景是什么?比如使用 Chrome 通过 Socks/VMess 代理观看 YouTube 视频。 -3) 你看到的不正常的现象是什么?(请描述具体现象,比如访问超时,TLS 证书错误等) +3) 你看到的不正常的现象是什么?(请描述具体现象,比如访问超时,TLS 证书错误等) -4) 你期待看到的正确表现是怎样的? +4) 你期待看到的正确表现是怎样的? -5) 请附上你的配置(提交 Issue 前请隐藏服务器端IP地址)。 +5) 请附上你的配置(提交 Issue 前请隐藏服务器端IP地址)。 服务器端配置: + ```javascript // 在这里附上服务器端配置文件 ``` 客户端配置: + ```javascript // 在这里附上客户端配置 ``` @@ -31,17 +33,20 @@ about: "提交一个 V2Ray 的 bug。" 6) 请附上出错时软件输出的错误日志。在 Linux 中,日志通常在 `/var/log/v2ray/error.log` 文件中。 服务器端错误日志: -``` + +```javascript // 在这里附上服务器端日志 ``` 客户端错误日志: -``` + +```javascript // 在这里附上客户端日志 ``` 7) 请附上访问日志。在 Linux 中,日志通常在 `/var/log/v2ray/access.log` 文件中。 -``` + +```javascript // 在这里附上服务器端日志 ``` diff --git a/.github/ISSUE_TEMPLATE/bug_en.md b/.github/ISSUE_TEMPLATE/bug_en.md index cdc30375..96c9d441 100644 --- a/.github/ISSUE_TEMPLATE/bug_en.md +++ b/.github/ISSUE_TEMPLATE/bug_en.md @@ -19,11 +19,13 @@ If you are not sure if your question is truely a bug in V2Ray, please discuss it 5) Please attach your configuration file (**Mask IP addresses before submit this issue**). Server configuration: + ```javascript // Please attach your server configuration here. ``` Client configuration: + ```javascript // Please attach your client configuration here. ``` @@ -31,17 +33,20 @@ Client configuration: 6) Please attach error logs, especially the bottom lines if the file is large. Error log file is usually at `/var/log/v2ray/error.log` on Linux. Server error log: -``` + +```javascript // Please attach your server error log here. ``` Client error log: -``` + +```javascript // Please attach your client error log here. ``` 7) Please attach access log. Access log is usually at '/var/log/v2ray/access.log' on Linux. -``` + +```javascript // Please attach your server access log here. ```