Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 98dd1af

Browse files
committed
chore: update issue template
1 parent 1417be6 commit 98dd1af

File tree

2 files changed

+121
-52
lines changed

2 files changed

+121
-52
lines changed
Lines changed: 45 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -1,83 +1,76 @@
1-
name: Bug report
2-
description: Create a report to help us improve
1+
name: Bug Report
2+
description: "Report Mihomo bug"
33
title: "[Bug] "
44
labels: ["bug"]
55
body:
66
- type: checkboxes
77
id: ensure
88
attributes:
99
label: Verify steps
10-
description: "
11-
在提交之前,请确认
12-
Please verify that you've followed these steps
13-
"
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."
1411
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."
1913
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."
2415
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."
2919
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."
3421
required: true
35-
- label: "
36-
我已经仔细看过 [Documentation](https://wiki.metacubex.one/) 并无法自行解决问题
37-
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."
3923
required: true
40-
- label: "
41-
这是 Mihomo 核心的问题,并非我所使用的 Mihomo 衍生版本(如 OpenMihomo、KoolMihomo 等)的特定问题
42-
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."
4425
required: true
45-
- type: input
46-
attributes:
47-
label: Mihomo version
48-
description: "use `mihomo -v`"
49-
validations:
50-
required: true
26+
5127
- type: dropdown
52-
id: os
5328
attributes:
54-
label: What OS are you seeing the problem on?
29+
label: Operating System
30+
description: "Please provide the type of operating system."
5531
multiple: true
5632
options:
57-
- macOS
33+
- MacOS
5834
- Windows
5935
- Linux
6036
- 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."
42+
validations:
43+
required: true
6144
- type: textarea
6245
attributes:
63-
render: yaml
64-
label: "Mihomo config"
65-
description: "
66-
在下方附上 Mihomo core 配置文件,请确保配置文件中没有敏感信息(比如:服务器地址,密码,端口等)
67-
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."
6948
validations:
7049
required: true
7150
- type: textarea
7251
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
7960
- type: textarea
8061
attributes:
8162
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."
8270
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`."
76+
render: shell
Lines changed: 76 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,76 @@
1+
name: 错误反馈
2+
description: "提交 Mihomo 漏洞"
3+
title: "[Bug] "
4+
labels: ["bug"]
5+
body:
6+
- type: checkboxes
7+
id: ensure
8+
attributes:
9+
label: Verify steps
10+
description: 在提交之前,请勾选以下所有选项以证明您已经阅读并理解了以下要求,否则该 issue 将被关闭。
11+
options:
12+
- label: 我已经阅读了 [文档](https://wiki.metacubex.one/),了解所有我编写的配置文件项的含义,而不是大量堆砌看似有用的选项或默认值。
13+
required: true
14+
- label: 我未仔细看过 [文档](https://wiki.metacubex.one/) 并解决问题
15+
required: false
16+
- label: 我未在 [Issue Tracker](……/) 中寻找过我要提出的问题
17+
required: false
18+
- label: 我已经使用最新的 Alpha 分支版本测试过,问题依旧存在
19+
required: true
20+
- label: 我提供了可以在本地重现该问题的服务器、客户端配置文件与流程,而不是一个脱敏的复杂客户端配置文件。
21+
required: true
22+
- label: 我提供了可用于重现我报告的错误的最简配置,而不是依赖远程服务器、TUN、图形界面客户端或者其他闭源软件。
23+
required: true
24+
- label: 我提供了完整的配置文件与日志,而不是出于对自身智力的自信而仅提供了部分认为有用的部分。
25+
required: true
26+
27+
- type: dropdown
28+
attributes:
29+
label: 操作系统
30+
description: 请提供操作系统类型
31+
multiple: true
32+
options:
33+
- MacOS
34+
- Windows
35+
- Linux
36+
- OpenBSD/FreeBSD
37+
- Android
38+
- type: input
39+
attributes:
40+
label: 系统版本
41+
description: 请提供出现问题的操作系统版本
42+
validations:
43+
required: true
44+
- type: textarea
45+
attributes:
46+
label: Mihomo 版本
47+
description: 提供 `mihomo -v` 命令的输出
48+
validations:
49+
required: true
50+
- type: textarea
51+
attributes:
52+
render: yaml
53+
label: 配置文件
54+
description: |-
55+
在下方附上 Mihomo 配置文件
56+
请确保配置文件中没有敏感信息(比如:服务器地址,密码,端口等)
57+
以及确保可以在本地(如果是代理协议问题,请确保本地服务器可用于复现)使用 Mihomo 原始命令行程序重现错误的配置文件
58+
validations:
59+
required: true
60+
- type: textarea
61+
attributes:
62+
label: 描述
63+
description: 请提供错误的详细描述。
64+
validations:
65+
required: true
66+
- type: textarea
67+
attributes:
68+
label: 重现方式
69+
description: 请提供重现错误的步骤
70+
validations:
71+
required: true
72+
- type: textarea
73+
attributes:
74+
label: 日志
75+
description: 在下方附上 Mihomo Core 的运行日志,`log-level` 使用 `DEBUG`
76+
render: shell

0 commit comments

Comments
 (0)