Do some refine

This commit is contained in:
风扇滑翔翼 2024-04-19 14:59:51 +00:00
parent eb2221ec40
commit 6b3d929b5d
2 changed files with 8 additions and 4 deletions

View File

@ -17,7 +17,8 @@ body:
label: Reproduction
description: |-
Provide method to reproduce the bug.
Please provide a [minimal] config that can reproduce the problem, including both the server and client, removing unnecessary inbounds, outbounds, route rules, and options. Do not paste a large exported config here.
Please provide config that can reproduce the problem, including both the server and client, removing unnecessary inbounds, outbounds, route rules, and options. This cloud help us locate the problem if you really want to get help.
Do not paste a large exported config here.
Even if you are using a GUI/script/panel, please follow the above requirements. We do not have the energy or obligation to find the software and spend time reproducing according to the description.
validations:
required: true
@ -25,6 +26,7 @@ body:
attributes:
label: log
description: |-
Remember to set the log level to debug.
Set the log level to debug.
Please Restart Xray-core, and then follow the reproduction method to reduce irrelevant parts in log.
Remember to remove personal information such as UUID, IP.
render: shell

View File

@ -1,5 +1,5 @@
name: bug反馈
description: "提交 Xray-core 漏洞"
description: "提交 Xray-core bug"
body:
- type: textarea
attributes:
@ -17,7 +17,8 @@ body:
label: 重现方式
description: |-
提供重现BUG方法。
请提供可以重现问题的【最小】配置文件,包括服务端和客户端,去掉无用的出入站、规则、选项,不要在这里黏贴一大段导出的 config 文件。
请提供可以重现问题的配置文件,包括服务端和客户端,去掉无用的出入站、规则、选项,这可以帮助确定问题,如果你真的想得到帮助。
不要直接在这里黏贴一大段导出的 config 文件。
即使你在使用图形客户端/脚本/面板,也请遵照上述要求,我们没有精力也没有义务去找到项目再花时间按描述重新问题。
validations:
required: true
@ -27,4 +28,5 @@ body:
description: |-
请先将日志等级设置为 debug.
重启 Xray-core ,再按复现方式操作,尽量减少日志中的无关部分。
记得删除有关个人信息如UUID与IP的部分。
render: shell