diff --git a/.github/ISSUE_TEMPLATE/crash_cn.md b/.github/ISSUE_TEMPLATE/crash_cn.md deleted file mode 100644 index 81e0cae9e..000000000 --- a/.github/ISSUE_TEMPLATE/crash_cn.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -name: V2Ray 进程崩溃 -about: "提交一个 V2Ray 的 panic 日志" ---- - -提交 Issue 之前请先阅读 [Issue 指引](https://github.com/v2ray/v2ray-core/blob/master/.github/SUPPORT.md),然后回答下面的问题,谢谢。 -除非特殊情况,请完整填写所有问题。不按模板发的 issue 将直接被关闭。 -如果你遇到的问题不是 V2Ray 的 bug,比如你不清楚要如何配置,请使用[Discussion](https://github.com/v2ray/discussion/issues)进行讨论。 - -1) 你正在使用哪个版本的 V2Ray?(如果服务器和客户端使用了不同版本,请注明) - -2) 你的使用场景是什么?比如使用 Chrome 通过 Socks/VMess 代理观看 YouTube 视频。 - -3) 请附上 panic 时的完整输出。 - -在 Linux (Systemd) 上可以通过 `journalctl -u v2ray` 查看最近的 panic 日志。 - -4) 请附上配置文件(提交 Issue 前请隐藏服务器端IP地址)。 - -```javascript - // 在这里附上配置文件 -``` - -请预览一下你填的内容再提交。 diff --git a/.github/ISSUE_TEMPLATE/crash_en.md b/.github/ISSUE_TEMPLATE/crash_en.md index 324184c84..8c2b7f960 100644 --- a/.github/ISSUE_TEMPLATE/crash_en.md +++ b/.github/ISSUE_TEMPLATE/crash_en.md @@ -3,7 +3,6 @@ name: Crash report about: "Create a report for panics" --- -Please read the [instruction](https://github.com/v2ray/v2ray-core/blob/master/.github/SUPPORT.md) and answer the following questions before submitting your issue. Thank you. Please answer all the questions with enough information. All issues not following this template will be closed immediately. If you are not sure if your question is truely a bug in V2Ray, please discuss it [here](https://github.com/v2ray/discussion/issues) first. @@ -15,7 +14,7 @@ If you are not sure if your question is truely a bug in V2Ray, please discuss it You may get panic log using command `journalctl -u v2ray` if your system is Linux (systemd). -5) Please attach your configuration file (**Mask IP addresses before submit this issue**). +4) Please attach your configuration file (**Mask IP addresses before submit this issue**). ```javascript // Please attach your configuration here. diff --git a/.github/ISSUE_TEMPLATE/feature_en.md b/.github/ISSUE_TEMPLATE/feature_en.md new file mode 100644 index 000000000..dcb635e28 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_en.md @@ -0,0 +1,6 @@ +--- +name: Feature Request +about: "Open a feature request to V2Ray" +--- + +Please describe the new feature you want in detail.