From e6c39bfb5c4d1625d6dc5466e9efb2b21ba7e761 Mon Sep 17 00:00:00 2001 From: wtlusvm Date: Tue, 17 Jan 2017 02:28:13 +0000 Subject: [PATCH 1/6] Update issue template --- .github/ISSUE_TEMPLATE | 48 +++++++++++++++++++++++++++++++++--------- 1 file changed, 38 insertions(+), 10 deletions(-) diff --git a/.github/ISSUE_TEMPLATE b/.github/ISSUE_TEMPLATE index 06eb2c374..11311c5a8 100644 --- a/.github/ISSUE_TEMPLATE +++ b/.github/ISSUE_TEMPLATE @@ -1,17 +1,45 @@ 提交 Issue 之前请先阅读 [Issue 指引](https://www.v2ray.com/zh_cn/chapter_01/issue.html),然后回答下面的问题,谢谢。 Please answer the following questions before submitting your issue. Thank you. -1) 你正在使用哪个版本的 V2Ray?(如果服务器和客户端使用了不同版本,请注明) -1) What version of V2Ray are you using? +1. 你正在使用哪个版本的 V2Ray?(如果服务器和客户端使用了不同版本,请注明) + What version of V2Ray are you using(If you are using different version on server and client, please explicitly point out)? -2) 你的使用场景是什么?比如使用 Chrome 通过 Socks/VMess 代理观看 YouTube 视频。 -2) What your scenario of using V2Ray? E.g., Watching YouTube videos in Chrome via Socks/VMess proxy. +2) 你的使用场景是什么?比如使用 Chrome 通过 Socks/VMess 代理观看 YouTube 视频。 + What your scenario of using V2Ray? E.g., Watching YouTube videos in Chrome via Socks/VMess proxy. -3) 你看到的不正常的现象是什么? -3) What did you see? +3) 你看到的不正常的现象是什么? + What did you see? -4) 你期待看到的正确表现是怎样的? -4) What do you expected to see instead? +4) 你期待看到的正确表现是怎样的? + What do you expected to see instead? -5) 请附上你的配置文件。 -5) Please attach your configuration file. +5) 请附上你的配置文件(请注意隐藏服务器端IP地址与UUID)。 + Please attach your configuration file(HIDE YOUR SERVER IP ADDRESS AND UUID BEFORE SUBMIT ISSUE!). + + Server Configuration File(服务器端配置文件): + ``` + // 在这里附上服务器端配置文件 + // Please attach your server configuration file here. + ``` + + Client Configuration File(客户端配置文件): + ``` + // 在这里附上客户端配置文件 + // Please attach your client configuration file here. + ``` + +6) 请附上出错时软件输出的日志。 + Please attach log file output by software when something goes wrong. + + Server Log File(服务器端日志): + ``` + // 在这里附上服务器端日志 + // Please attach your server log here. + ``` + + Client Configuration File(客户端日志): + ``` + // 在这里附上客户端日志 + // Please attach your client log here. + ``` + \ No newline at end of file From cb9ca3cf8aee3a88007657646b6f098bda6aca50 Mon Sep 17 00:00:00 2001 From: wtlusvm Date: Tue, 17 Jan 2017 02:30:23 +0000 Subject: [PATCH 2/6] Update issue template --- .github/ISSUE_TEMPLATE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE b/.github/ISSUE_TEMPLATE index 11311c5a8..aff133682 100644 --- a/.github/ISSUE_TEMPLATE +++ b/.github/ISSUE_TEMPLATE @@ -37,7 +37,7 @@ Please answer the following questions before submitting your issue. Thank you. // Please attach your server log here. ``` - Client Configuration File(客户端日志): + Client Log File(客户端日志): ``` // 在这里附上客户端日志 // Please attach your client log here. From 8522e1e8b83a8f514da54bdffef7c04c07de74d5 Mon Sep 17 00:00:00 2001 From: wtlusvm Date: Tue, 17 Jan 2017 10:36:02 +0800 Subject: [PATCH 3/6] Update ISSUE_TEMPLATE --- .github/ISSUE_TEMPLATE | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE b/.github/ISSUE_TEMPLATE index aff133682..841c5be69 100644 --- a/.github/ISSUE_TEMPLATE +++ b/.github/ISSUE_TEMPLATE @@ -29,7 +29,7 @@ Please answer the following questions before submitting your issue. Thank you. ``` 6) 请附上出错时软件输出的日志。 - Please attach log file output by software when something goes wrong. + Please attach log file thrown by software when something goes wrong. Server Log File(服务器端日志): ``` @@ -42,4 +42,4 @@ Please answer the following questions before submitting your issue. Thank you. // 在这里附上客户端日志 // Please attach your client log here. ``` - \ No newline at end of file + From 4aca7bf66d717fcc47517580ddc9b353df4dd9d0 Mon Sep 17 00:00:00 2001 From: wtlusvm Date: Tue, 17 Jan 2017 17:11:23 +0800 Subject: [PATCH 4/6] Update ISSUE_TEMPLATE --- .github/ISSUE_TEMPLATE | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE b/.github/ISSUE_TEMPLATE index 841c5be69..ef79f419c 100644 --- a/.github/ISSUE_TEMPLATE +++ b/.github/ISSUE_TEMPLATE @@ -2,7 +2,7 @@ Please answer the following questions before submitting your issue. Thank you. 1. 你正在使用哪个版本的 V2Ray?(如果服务器和客户端使用了不同版本,请注明) - What version of V2Ray are you using(If you are using different version on server and client, please explicitly point out)? + Which version of V2Ray are you using(If you deploy different version on server and client, please explicitly point out)? 2) 你的使用场景是什么?比如使用 Chrome 通过 Socks/VMess 代理观看 YouTube 视频。 What your scenario of using V2Ray? E.g., Watching YouTube videos in Chrome via Socks/VMess proxy. @@ -11,7 +11,7 @@ Please answer the following questions before submitting your issue. Thank you. What did you see? 4) 你期待看到的正确表现是怎样的? - What do you expected to see instead? + What's your expection? 5) 请附上你的配置文件(请注意隐藏服务器端IP地址与UUID)。 Please attach your configuration file(HIDE YOUR SERVER IP ADDRESS AND UUID BEFORE SUBMIT ISSUE!). From 04713b882b949b720054b7d268b905faade7d204 Mon Sep 17 00:00:00 2001 From: wtlusvm Date: Tue, 17 Jan 2017 17:12:14 +0800 Subject: [PATCH 5/6] Update ISSUE_TEMPLATE --- .github/ISSUE_TEMPLATE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE b/.github/ISSUE_TEMPLATE index ef79f419c..2665b2ad0 100644 --- a/.github/ISSUE_TEMPLATE +++ b/.github/ISSUE_TEMPLATE @@ -5,7 +5,7 @@ Please answer the following questions before submitting your issue. Thank you. Which version of V2Ray are you using(If you deploy different version on server and client, please explicitly point out)? 2) 你的使用场景是什么?比如使用 Chrome 通过 Socks/VMess 代理观看 YouTube 视频。 - What your scenario of using V2Ray? E.g., Watching YouTube videos in Chrome via Socks/VMess proxy. + What's your scenario of using V2Ray? E.g., Watching YouTube videos in Chrome via Socks/VMess proxy. 3) 你看到的不正常的现象是什么? What did you see? From 921d5f0d8ab6e7c960add5aa246f0c2cbe8ea2ee Mon Sep 17 00:00:00 2001 From: wtlusvm Date: Tue, 17 Jan 2017 10:02:19 +0000 Subject: [PATCH 6/6] Fix usage according requirements from owner --- .github/ISSUE_TEMPLATE | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE b/.github/ISSUE_TEMPLATE index 2665b2ad0..cfb271b1a 100644 --- a/.github/ISSUE_TEMPLATE +++ b/.github/ISSUE_TEMPLATE @@ -1,8 +1,8 @@ 提交 Issue 之前请先阅读 [Issue 指引](https://www.v2ray.com/zh_cn/chapter_01/issue.html),然后回答下面的问题,谢谢。 -Please answer the following questions before submitting your issue. Thank you. +Please read the [instruction](https://www.v2ray.com/en/get_started/issue.html) and answer the following questions before submitting your issue. Thank you. 1. 你正在使用哪个版本的 V2Ray?(如果服务器和客户端使用了不同版本,请注明) - Which version of V2Ray are you using(If you deploy different version on server and client, please explicitly point out)? + What version of V2Ray are you using(If you deploy different version on server and client, please explicitly point out)? 2) 你的使用场景是什么?比如使用 Chrome 通过 Socks/VMess 代理观看 YouTube 视频。 What's your scenario of using V2Ray? E.g., Watching YouTube videos in Chrome via Socks/VMess proxy. @@ -13,8 +13,8 @@ Please answer the following questions before submitting your issue. Thank you. 4) 你期待看到的正确表现是怎样的? What's your expection? -5) 请附上你的配置文件(请注意隐藏服务器端IP地址与UUID)。 - Please attach your configuration file(HIDE YOUR SERVER IP ADDRESS AND UUID BEFORE SUBMIT ISSUE!). +5) 请附上你的配置文件(提交 Issue 前请隐藏服务器端IP地址)。 + Please attach your configuration file(**Hide your server IP address before submit this issue**). Server Configuration File(服务器端配置文件): ``` @@ -29,7 +29,7 @@ Please answer the following questions before submitting your issue. Thank you. ``` 6) 请附上出错时软件输出的日志。 - Please attach log file thrown by software when something goes wrong. + Please attach the log file, especially the bottom lines if the file is large. Log file is usually /var/log/v2ray/error.log on Linux. Server Log File(服务器端日志): ``` @@ -42,4 +42,3 @@ Please answer the following questions before submitting your issue. Thank you. // 在这里附上客户端日志 // Please attach your client log here. ``` -