You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: "Before submitting, please check all the following options to demonstrate that you have read and understood the requirements below, otherwise this issue will be closed."
14
11
options:
15
-
- label: "
16
-
确保你使用的是**本仓库**最新的的 mihomo 或 mihomo Alpha 版本
17
-
Ensure you are using the latest version of Mihomo or Mihomo Alpha from **this repository**.
18
-
"
12
+
- label: "I have read the [documentation](https://wiki.metacubex.one/) and understand the meaning of all configuration items I have written, avoiding a large number of seemingly useful options or default values."
19
13
required: true
20
-
- label: "
21
-
如果你可以自己 debug 并解决的话,提交 PR 吧
22
-
Is this something you can **debug and fix**? Send a pull request! Bug fixes and documentation fixes are welcome.
23
-
"
14
+
- label: "I have not reviewed the [documentation](https://wiki.metacubex.one/) and resolve this issue."
24
15
required: false
25
-
- label: "
26
-
我已经在 [Issue Tracker](……/) 中找过我要提出的问题
27
-
I have searched on the [issue tracker](……/) for a related issue.
28
-
"
16
+
- label: "I have not searched the [Issue Tracker](……/) for the problem I am going to raise."
17
+
required: false
18
+
- label: "I have tested with the latest Alpha branch version, and the issue still persists."
29
19
required: true
30
-
- label: "
31
-
我已经使用 Alpha 分支版本测试过,问题依旧存在
32
-
I have tested using the dev branch, and the issue still exists.
33
-
"
20
+
- label: "I have provided server and client configuration files and processes that can reproduce the issue locally, rather than a desensitized complex client configuration file."
I have read the [documentation](https://wiki.metacubex.one/) and was unable to solve the issue.
38
-
"
22
+
- label: "I have provided the simplest configuration that can reproduce the error I reported, rather than relying on remote servers, TUN, graphical client interfaces, or other closed-source software."
This is an issue of the Mihomo core *per se*, not to the derivatives of Mihomo, like OpenMihomo or KoolMihomo.
43
-
"
24
+
- label: "I have provided complete configuration files and logs, rather than providing only parts that I believe are useful due to confidence in my own intelligence."
44
25
required: true
45
-
- type: input
46
-
attributes:
47
-
label: Mihomo version
48
-
description: "use `mihomo -v`"
49
-
validations:
50
-
required: true
26
+
51
27
- type: dropdown
52
-
id: os
53
28
attributes:
54
-
label: What OS are you seeing the problem on?
29
+
label: Operating System
30
+
description: "Please provide the type of operating system."
55
31
multiple: true
56
32
options:
57
-
- macOS
33
+
- MacOS
58
34
- Windows
59
35
- Linux
60
36
- OpenBSD/FreeBSD
37
+
- Android
38
+
- type: input
39
+
attributes:
40
+
label: System Version
41
+
description: "Please provide the version of the operating system where the issue occurred."
Paste the Mihomo core configuration file below, please make sure that there is no sensitive information in the configuration file (e.g., server address/url, password, port)
68
-
"
46
+
label: Mihomo Version
47
+
description: "Provide the output of the `mihomo -v` command."
69
48
validations:
70
49
required: true
71
50
- type: textarea
72
51
attributes:
73
-
render: shell
74
-
label: Mihomo log
75
-
description: "
76
-
在下方附上 Mihomo Core 的日志,log level 使用 DEBUG
77
-
Paste the Mihomo core log below with the log level set to `DEBUG`.
78
-
"
52
+
render: yaml
53
+
label: Configuration File
54
+
description: |-
55
+
Please attach the Mihomo configuration file below.
56
+
Make sure there is no sensitive information in the configuration file (such as server addresses, passwords, ports, etc.)
57
+
Also, ensure that the configuration file can reproduce the error using the Mihomo command-line program locally (if it's a proxy protocol issue, make sure the local server can be used for reproduction).
58
+
validations:
59
+
required: true
79
60
- type: textarea
80
61
attributes:
81
62
label: Description
63
+
description: "Please provide a detailed description of the error."
64
+
validations:
65
+
required: true
66
+
- type: textarea
67
+
attributes:
68
+
label: Reproduction Steps
69
+
description: "Please provide the steps to reproduce the error."
82
70
validations:
83
-
required: true
71
+
required: true
72
+
- type: textarea
73
+
attributes:
74
+
label: Logs
75
+
description: "Attach the running logs of Mihomo Core below, with `log-level` set to `DEBUG`."
0 commit comments