1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-07-09 14:54:34 -04:00
v2fly/.github/ISSUE_TEMPLATE

45 lines
1.9 KiB
Plaintext
Raw Normal View History

2016-07-16 12:25:52 -04:00
提交 Issue 之前请先阅读 [Issue 指引](https://www.v2ray.com/zh_cn/chapter_01/issue.html),然后回答下面的问题,谢谢。
Please read the [instruction](https://www.v2ray.com/en/get_started/issue.html) and answer the following questions before submitting your issue. Thank you.
2016-07-16 12:21:52 -04:00
2017-01-17 05:29:34 -05:00
1) 你正在使用哪个版本的 V2Ray如果服务器和客户端使用了不同版本请注明
What version of V2Ray are you using (If you deploy different version on server and client, please explicitly point out)?
2016-07-16 12:25:52 -04:00
2017-01-16 21:28:13 -05:00
2) 你的使用场景是什么?比如使用 Chrome 通过 Socks/VMess 代理观看 YouTube 视频。
2017-01-17 04:12:14 -05:00
What's your scenario of using V2Ray? E.g., Watching YouTube videos in Chrome via Socks/VMess proxy.
2016-07-16 12:25:52 -04:00
2017-01-16 21:28:13 -05:00
3) 你看到的不正常的现象是什么?
What did you see?
2016-07-16 12:25:52 -04:00
2017-01-16 21:28:13 -05:00
4) 你期待看到的正确表现是怎样的?
2017-01-18 03:39:13 -05:00
What's your expectation?
2016-07-16 12:25:52 -04:00
5) 请附上你的配置文件(提交 Issue 前请隐藏服务器端IP地址
2017-01-17 05:29:34 -05:00
Please attach your configuration file (**Mask IP addresses before submit this issue**).
2017-01-16 21:28:13 -05:00
Server Configuration File服务器端配置文件:
2017-04-18 15:44:49 -04:00
```javascript
2017-01-16 21:28:13 -05:00
// 在这里附上服务器端配置文件
// Please attach your server configuration file here.
2017-04-18 15:44:49 -04:00
```
2017-01-16 21:28:13 -05:00
Client Configuration File客户端配置文件:
2017-04-18 15:44:49 -04:00
```javascript
2017-01-16 21:28:13 -05:00
// 在这里附上客户端配置文件
// Please attach your client configuration file here.
2017-04-18 15:44:49 -04:00
```
2017-01-17 05:33:52 -05:00
6) 请附上出错时软件输出的日志。在 Linux 中,日志通常在 `/var/log/v2ray/error.log` 文件中。
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.
2017-01-16 21:28:13 -05:00
Server Log File服务器端日志:
2017-04-18 15:44:49 -04:00
```
2017-01-16 21:28:13 -05:00
// 在这里附上服务器端日志
// Please attach your server log here.
2017-04-18 15:44:49 -04:00
```
2017-01-16 21:30:23 -05:00
Client Log File客户端日志:
2017-04-18 15:44:49 -04:00
```
2017-01-16 21:28:13 -05:00
// 在这里附上客户端日志
// Please attach your client log here.
2017-04-18 15:44:49 -04:00
```