mirror of
https://github.com/XTLS/Xray-core.git
synced 2024-11-10 02:53:11 +00:00
1593677b09
* Add issue template * Do some refine * Add checkbox Refine issue template Refind re
44 lines
2.1 KiB
YAML
44 lines
2.1 KiB
YAML
name: Bug report
|
|
description: "Submit Xray-core bug"
|
|
body:
|
|
- type: checkboxes
|
|
attributes:
|
|
label: Integrity requirements
|
|
description: |-
|
|
Please check all of the following options to prove that you have read and understood the requirements, otherwise this issue will be closed.
|
|
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 searched issues and did not find any similar issues.
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: Version
|
|
description: Xray-core version
|
|
render: shell
|
|
- type: textarea
|
|
attributes:
|
|
label: Description
|
|
description: Please provide a detailed description of the bug. And information that you consider valuable.
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: Reproduction
|
|
description: |-
|
|
Provide method to reproduce the bug.
|
|
Please provide config that can reproduce the problem, including both the server and client.
|
|
Do not paste a large exported config here. Removing unnecessary inbounds, outbounds, route rules, and options. This cloud help us locate the problem if you really want to get help.
|
|
Even if you are using a GUI/script/panel, please follow the above requirements.
|
|
DO NOT just write "I'm using xxx GUI/ xxx panel" instead of providing config. We do not have the energy or obligation to find the software and spend time reproducing according to the description.
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: log
|
|
description: |-
|
|
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.
|
|
Provid complete log, DO NOT just paste the the parts that you think necessary based on your own judgment.
|
|
render: shell |