From 57c98f7c50d0ed0215b401cc0e6f06d3a1a32b5d Mon Sep 17 00:00:00 2001 From: LYF <27893441+liyufan@users.noreply.github.com> Date: Fri, 13 Nov 2020 22:21:35 +0800 Subject: [PATCH] Use new issue template --- .github/{issue_template.md => ISSUE_TEMPLATE/bug_cn.md} | 8 +++++++- .github/ISSUE_TEMPLATE/config.yml | 5 +++++ 2 files changed, 12 insertions(+), 1 deletion(-) rename .github/{issue_template.md => ISSUE_TEMPLATE/bug_cn.md} (69%) create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/issue_template.md b/.github/ISSUE_TEMPLATE/bug_cn.md similarity index 69% rename from .github/issue_template.md rename to .github/ISSUE_TEMPLATE/bug_cn.md index 71a6f01c..eaa1bc38 100644 --- a/.github/issue_template.md +++ b/.github/ISSUE_TEMPLATE/bug_cn.md @@ -1,3 +1,8 @@ +--- +name: v2rayNG程序问题 +about: 创建一个报告来帮助我们改进 +--- + 在提出问题前请先自行排除服务器端问题,同时也请通过搜索确认是否有人提出过相同问题。 @@ -14,7 +19,8 @@ ### 日志信息
-通过 `adb logcat -s com.v2ray.ang GoLog V2rayConfigUtilGoLog Main` 获取日志。请自行删减日志中可能出现的敏感信息。 + +通过`adb logcat -s com.v2ray.ang GoLog V2rayConfigUtilGoLog Main`获取日志。请自行删减日志中可能出现的敏感信息。 如果问题可重现,建议先执行`adb logcat -c`清空系统日志再执行上述命令,再操作重现问题。 ``` diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 00000000..3cd47d28 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,5 @@ +blank_issues_enabled: false +contact_links: + - name: V2Ray程序问题 + url: https://github.com/v2fly/v2ray-core/ + about: 如果您有V2Ray而非v2rayNG的问题,请至这个链接讨论。 \ No newline at end of file