forked from yanue/V2rayU
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
28 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
--- | ||
name: V2RayU程序及使用问题 | ||
about: Create a report to help us improve | ||
title: '' | ||
labels: bug | ||
assignees: '' | ||
|
||
--- | ||
|
||
提交 Issue 之前请先在issue上搜索是否有相似问题, 看看能不能解决问题 (有太多相同的issue,没精力处理)。 | ||
除非特殊情况,请完整填写以下所有问题,不按模板发的 issue 将直接被关闭。 | ||
|
||
1) 你正在使用的 V2RayU 和 Mac 版本 ? | ||
|
||
2) 你遇到的问题是什么?(请描述具体现象,比如访问超时,TLS 证书错误等) | ||
|
||
3) 请附上你的配置(提交 Issue 前请隐藏服务器端IP地址)。 | ||
|
||
```javascript | ||
// 在这里附上配置信息 | ||
``` | ||
4) 请附上出错时软件输出的错误日志。 | ||
|
||
```javascript | ||
// 在这里附上日志信息 | ||
``` | ||
|
||
请预览一下你填的内容再提交。 |