From bca0c7122468f3d136d5f85142a7745b7b61a7c0 Mon Sep 17 00:00:00 2001 From: Funray Qu <5118705+funray@users.noreply.github.com> Date: Tue, 18 Sep 2018 12:35:05 +0800 Subject: [PATCH] Update ISSUE_TEMPLATE Fix typo --- .github/ISSUE_TEMPLATE | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/.github/ISSUE_TEMPLATE b/.github/ISSUE_TEMPLATE index 133f2ece0..559ee1928 100644 --- a/.github/ISSUE_TEMPLATE +++ b/.github/ISSUE_TEMPLATE @@ -14,25 +14,25 @@ Please skip to the English section below if you don't write Chinese. 4) 你期待看到的正确表现是怎样的? 5) 请附上你的配置(提交 Issue 前请隐藏服务器端IP地址)。 - - 服务器端配置: + +服务器端配置: ```javascript // 在这里附上服务器端配置文件 ``` - 客户端配置: +客户端配置: ```javascript // 在这里附上客户端配置 ``` 6) 请附上出错时软件输出的错误日志。在 Linux 中,日志通常在 `/var/log/v2ray/error.log` 文件中。 - 服务器端错误日志: +服务器端错误日志: ``` // 在这里附上服务器端日志 ``` - 客户端错误日志: +客户端错误日志: ``` // 在这里附上客户端日志 ``` @@ -72,23 +72,24 @@ 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: +Server configuration: ```javascript // Please attach your server configuration here. ``` - Client configuration: +Client configuration: ```javascript // Please attach your client configuration here. ``` 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: ``` // Please attach your server error log here. ``` - Client error log: + +Client error log: ``` // Please attach your client error log here. ```