Skip to content

Commit 12f8b15

Browse files
authored
Create issue_template.md
1 parent 2b571e2 commit 12f8b15

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

.github/issue_template.md

+28
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
在提出问题前请先自行排除服务器端问题,同时也请通过搜索确认是否有人提出过相同问题。
2+
3+
4+
### 预期行为
5+
描述你认为应该发生什么
6+
7+
### 实际行为
8+
描述实际发生了什么
9+
10+
### 复现方法
11+
1.
12+
2.
13+
3.
14+
15+
### 日志信息
16+
<details>
17+
通过 `adb logcat -s com.v2ray.ang GoLog V2rayConfigUtilGoLog Main` 获取日志。请自行删减日志中可能出现的敏感信息。
18+
19+
如果问题可重现,建议先执行`adb logcat -c`清空系统日志再执行上述命令,再操作重现问题。
20+
```
21+
在这里粘贴日志
22+
```
23+
</details>
24+
25+
### 环境信息
26+
27+
### 额外信息(可选)
28+

0 commit comments

Comments
 (0)