|
7 | 7 | id: ensure
|
8 | 8 | attributes:
|
9 | 9 | label: Verify steps
|
10 |
| - 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." |
| 10 | + description: Before submitting, please check all the options below to confirm that you have read and understood the following requirements; otherwise, this issue will be closed. |
11 | 11 | options:
|
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." |
13 |
| - required: true |
14 |
| - - label: "I have not reviewed the [documentation](https://wiki.metacubex.one/) and resolve this issue." |
| 12 | + - label: I have read the [documentation](https://wiki.metacubex.one/) and understand the meaning of all the configuration items I have written, rather than just piling up seemingly useful options or default values. |
| 13 | + required: false |
| 14 | + - label: I have carefully reviewed the [documentation](https://wiki.metacubex.one/) and have not resolved the issue. |
15 | 15 | required: false
|
16 |
| - - label: "I have not searched the [Issue Tracker](……/) for the problem I am going to raise." |
| 16 | + - label: I have searched the [Issue Tracker](……/) for the issue I want to raise and did not find it. |
17 | 17 | required: false
|
18 |
| - - label: "I have tested with the latest Alpha branch version, and the issue still persists." |
| 18 | + - label: I am a non-Chinese user. |
| 19 | + required: false |
| 20 | + - label: I have tested with the latest Alpha branch version, and the issue still persists. |
| 21 | + required: true |
| 22 | + - label: I have provided the server and client configuration files and processes that can reproduce the issue locally, rather than a sanitized complex client configuration file. |
19 | 23 | required: true
|
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." |
| 24 | + - label: I provided the simplest configuration that can be used to reproduce the errors in my report, rather than relying on remote servers or piling on a lot of unnecessary configurations for reproduction. |
21 | 25 | required: true
|
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." |
| 26 | + - label: I have provided complete logs, rather than just the parts I think are useful out of confidence in my own intelligence. |
23 | 27 | required: true
|
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." |
| 28 | + - label: I have directly reproduced the error using the Mihomo command-line program, rather than using other tools or scripts. |
25 | 29 | required: true
|
26 | 30 |
|
27 | 31 | - type: dropdown
|
|
0 commit comments