Update issue templates

This commit is contained in:
yanue 2020-03-07 19:47:25 +08:00 committed by GitHub
parent db58012fa9
commit b0a15fa3d5

28
.github/ISSUE_TEMPLATE/v2rayu----.md vendored Normal file
View File

@ -0,0 +1,28 @@
---
name: V2RayU程序问题
about: Create a report to help us improve
title: ''
labels: bug
assignees: ''
---
提交 Issue 之前请先在issue区上搜索是否有相似问题, 看看能不能解决问题。
除非特殊情况,请完整填写以下所有问题,不按模板发的 issue 将直接被关闭。
1) 你正在使用的 V2RayU 和 Mac 版本
2) 你遇到的问题是什么请描述具体现象比如访问超时TLS 证书错误等)
3) 请附上你的配置(提交 Issue 前请隐藏服务器端IP地址
```javascript
// 在这里附上服务器端配置文件
```
4) 请附上出错时软件输出的错误日志。
```javascript
// 在这里附上服务器端日志
```
请预览一下你填的内容再提交。