Xray-core/.github/ISSUE_TEMPLATE/bug---.md
2021-03-06 16:34:05 +08:00

89 lines
1.5 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
name: Bug 反馈
about: 这是xray的一个bug。
title: ''
labels: ''
assignees: ''
---
<!-- 感谢您的反馈!
1. 请先确认您提交的是 xray 的 Bug而非使用咨询。如果您不确定请在群中反馈。
2. 请先查询已有的issue并且详细阅读文档的相关内容。如果您提出的是已知的问题此 issue 将有可能被关闭。
3. 请不要轻易提出类似“不能使用某功能”的问题。这往往是配置文件错误。
4. 您需要完整地完成下列内容,否则此 issue 可能不会被处理。除非您清楚您在做什么。
5. *务必* 打码域名、密码和 Path 等隐私信息。
-->
**问题描述**
<!-- 请清晰简洁地描述此问题。-->
**复现方式**
<!-- 复现此步骤的过程: -->
1.
2.
3.
4.
**预期行为**
<!-- 请清晰简洁地描述您期望的的行为。-->
**客户端日志**
<details>
```
请删除此行,并在此处粘贴客户端日志
```
</details>
**服务端日志**
<details>
```
请删除此行,并在此处粘贴服务端日志
```
</details>
**客户端配置**
<details>
```json
请删除此行,并在此处粘贴客户端配置
```
</details>
**服务端配置**
<details>
```json
请删除此行,并在此处粘贴服务端日志
```
</details>
**客户端环境**
- 系统与版本: [如 Windows 10]
- Xray 版本 [如 1.3.1]
**服务端环境**
- 系统与版本: [如 Windows 10]
- Xray 版本 [如 1.3.1]
**附加信息**
<!-- 如果您有额外的信息,请在此处说明。-->