From 12f8b1584cf7de6eba1aff19f66ee29480b2accf Mon Sep 17 00:00:00 2001 From: 2dust <31833384+2dust@users.noreply.github.com> Date: Wed, 14 Aug 2019 07:55:48 +0800 Subject: [PATCH] Create issue_template.md --- .github/issue_template.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 .github/issue_template.md diff --git a/.github/issue_template.md b/.github/issue_template.md new file mode 100644 index 000000000..71a6f01c7 --- /dev/null +++ b/.github/issue_template.md @@ -0,0 +1,28 @@ +在提出问题前请先自行排除服务器端问题,同时也请通过搜索确认是否有人提出过相同问题。 + + +### 预期行为 +描述你认为应该发生什么 + +### 实际行为 +描述实际发生了什么 + +### 复现方法 +1. +2. +3. + +### 日志信息 +
+通过 `adb logcat -s com.v2ray.ang GoLog V2rayConfigUtilGoLog Main` 获取日志。请自行删减日志中可能出现的敏感信息。 + +如果问题可重现,建议先执行`adb logcat -c`清空系统日志再执行上述命令,再操作重现问题。 +``` +在这里粘贴日志 +``` +
+ +### 环境信息 + +### 额外信息(可选) +