update issue template

pull/1445/head^2
Darien Raymond 2018-09-29 18:49:26 +02:00
parent 3a215f8a1e
commit 865d4ff7ff
No known key found for this signature in database
GPG Key ID: 7251FFA14BB18169
2 changed files with 21 additions and 11 deletions

View File

@ -19,11 +19,13 @@ about: "提交一个 V2Ray 的 bug。"
5) 请附上你的配置(提交 Issue 前请隐藏服务器端IP地址 5) 请附上你的配置(提交 Issue 前请隐藏服务器端IP地址
服务器端配置: 服务器端配置:
```javascript ```javascript
// 在这里附上服务器端配置文件 // 在这里附上服务器端配置文件
``` ```
客户端配置: 客户端配置:
```javascript ```javascript
// 在这里附上客户端配置 // 在这里附上客户端配置
``` ```
@ -31,17 +33,20 @@ about: "提交一个 V2Ray 的 bug。"
6) 请附上出错时软件输出的错误日志。在 Linux 中,日志通常在 `/var/log/v2ray/error.log` 文件中。 6) 请附上出错时软件输出的错误日志。在 Linux 中,日志通常在 `/var/log/v2ray/error.log` 文件中。
服务器端错误日志: 服务器端错误日志:
```
```javascript
// 在这里附上服务器端日志 // 在这里附上服务器端日志
``` ```
客户端错误日志: 客户端错误日志:
```
```javascript
// 在这里附上客户端日志 // 在这里附上客户端日志
``` ```
7) 请附上访问日志。在 Linux 中,日志通常在 `/var/log/v2ray/access.log` 文件中。 7) 请附上访问日志。在 Linux 中,日志通常在 `/var/log/v2ray/access.log` 文件中。
```
```javascript
// 在这里附上服务器端日志 // 在这里附上服务器端日志
``` ```

View File

@ -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**). 5) Please attach your configuration file (**Mask IP addresses before submit this issue**).
Server configuration: Server configuration:
```javascript ```javascript
// Please attach your server configuration here. // Please attach your server configuration here.
``` ```
Client configuration: Client configuration:
```javascript ```javascript
// Please attach your client configuration here. // 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. 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: Server error log:
```
```javascript
// Please attach your server error log here. // Please attach your server error log here.
``` ```
Client error log: Client error log:
```
```javascript
// Please attach your client error log here. // Please attach your client error log here.
``` ```
7) Please attach access log. Access log is usually at '/var/log/v2ray/access.log' on Linux. 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. // Please attach your server access log here.
``` ```