diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index a9d8682a..9efeede7 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -9,6 +9,8 @@ body: options: - label: I confirm that I have read the documentation, understand the meaning of all the configuration items I wrote, and did not pile up seemingly useful options or default values. required: true + - label: I provided the complete config and logs, rather than just providing the truncated parts based on my own judgment. + required: true - label: I searched issues and did not find any similar issues. required: true - type: input @@ -40,7 +42,7 @@ body: Don't just paste a big exported config file here. Eliminate useless inbound/outbound, rules, options, this can help determine the problem, if you really want to get help. ### For logs - Please set the log level to debug first. + Please set the log level to debug and dnsLog to true first. Restart Xray-core, then operate according to the reproduction method, try to reduce the irrelevant part in the log. Remember to delete parts with personal information (such as UUID and IP). Provide the log of Xray-core, not the log output by the panel or other things. diff --git a/.github/ISSUE_TEMPLATE/bug_report_zh.yml b/.github/ISSUE_TEMPLATE/bug_report_zh.yml index 0e086282..2fd33c56 100644 --- a/.github/ISSUE_TEMPLATE/bug_report_zh.yml +++ b/.github/ISSUE_TEMPLATE/bug_report_zh.yml @@ -9,6 +9,8 @@ body: options: - label: 我保证阅读了文档,了解所有我编写的配置文件项的含义,而不是大量堆砌看似有用的选项或默认值。 required: true + - label: 我提供了完整的配置文件和日志,而不是出于自己的判断只给出截取的部分。 + required: true - label: 我搜索了issues,没有发现已提出的类似问题。 required: true - type: input @@ -40,7 +42,7 @@ body: 不要直接在这里黏贴一大段导出的 config 文件。去掉无用的出入站、规则、选项,这可以帮助确定问题,如果你真的想得到帮助。 ### 对于日志 - 请先将日志等级设置为 debug. + 请先将日志等级设置为 debug, dnsLog 设置为true. 重启 Xray-core ,再按复现方式操作,尽量减少日志中的无关部分。 记得删除有关个人信息(如UUID与IP)的部分。 提供 Xray-core 的日志,而不是面板或者别的东西输出的日志。