1
1
name : Bug报告
2
- description : Create a report to help us improve
2
+ description : Create a Bug report to help us improve
3
3
title : " [Bug] "
4
4
labels : ["bug"]
5
5
body :
6
- - type : markdown
7
- attributes :
8
- value : |
9
- 如果你可以自己 Debug 并解决的话, 建议您直接提交 PR 或 描述解决方法, 非常感谢!
6
+
10
7
- type : checkboxes
11
8
id : verify_step
12
9
attributes :
13
10
label : Verify Steps
14
11
description : |
15
- 在提交之前, 请确认 / Please verify that you've followed these steps.
12
+ 在提交之前, 请确认 / Please verify that you've followed these steps.
16
13
options :
17
14
- label : Tracker 我已经在 [Issue Tracker](……/) 中找过我要提出的问题
18
15
required : true
19
- - label : Latest 我已经使用最新 Dev 版本测试过,问题依旧存在
16
+ - label : Branch 我知道 OpenClash 的 Dev 分支切换开关位于插件设置-版本更新中,或者我会手动下载并安装 Dev 分支的 OpenClash
17
+ required : true
18
+ - label : Latest 我已经**使用最新 Dev 版本**测试过,问题依旧存在
20
19
required : true
21
- - label : Core 这是 OpenClash 存在的问题,并非我所使用的 Clash 或 Meta 等内核的特定问题
20
+ - label : Relevant 我知道 OpenClash 与 内核(Core)、控制面板(Dashboard)、在线订阅转换(Subconverter)等项目之间**无直接关系**,仅相互调用
22
21
required : true
23
- - label : Meaningful 我提交的不是无意义的 催促更新或修复 请求
22
+ - label : Definite 这确实是 OpenClash 出现的问题
24
23
required : true
24
+ - label : Contributors 我有能力协助 OpenClash 开发并解决此问题
25
+ required : false
26
+ - label : Meaningless 我提交的**是无意义的**催促更新或修复请求
27
+ required : false
28
+
25
29
- type : input
26
30
id : openclash_version
27
31
attributes :
28
32
label : OpenClash Version
29
33
description : |
30
34
OpenClash 版本号
31
- placeholder : " v0.45.16 -beta"
35
+ placeholder : " v0.0.0 -beta"
32
36
validations :
33
37
required : true
38
+
34
39
- type : dropdown
35
40
id : bug_os
36
41
attributes :
@@ -41,10 +46,23 @@ body:
41
46
options :
42
47
- Official OpenWrt
43
48
- Lean
49
+ - Immortalwrt
50
+ - Istoreos
44
51
- Docker
45
52
- Other
46
53
validations :
47
54
required : true
55
+
56
+ - type : input
57
+ id : openwrt_version
58
+ attributes :
59
+ label : OpenWrt Version
60
+ description : |
61
+ Openwrt 固件版本
62
+ placeholder : " OpenWrt 0.0.0 r0-0"
63
+ validations :
64
+ required : true
65
+
48
66
- type : dropdown
49
67
id : bug_platform
50
68
attributes :
@@ -60,50 +78,62 @@ body:
60
78
- Linux-armv6
61
79
- Linux-armv7
62
80
- Linux-arm64
81
+ - Linux-loong64
63
82
- Linux-mips-hardfloat
64
83
- Linux-mips-softfloat
65
84
- Linux-mips64
66
85
- Linux-mips64le
67
- - Linux-mipsle-softfloat
68
86
- Linux-mipsle-hardfloat
87
+ - Linux-mipsle-softfloat
88
+ - Linux-riscv64
69
89
- Other
70
90
- All
71
91
validations :
72
92
required : true
93
+
73
94
- type : textarea
74
- id : reproduce_bug
95
+ id : describe_bug
75
96
attributes :
76
- label : To Reproduce
97
+ label : Describe the Bug
77
98
description : |
78
- 复现此Bug的步骤 / How to reproduce?
99
+ 对 Bug 本身清晰而简洁的描述 / Describe the Bug
79
100
validations :
80
101
required : true
102
+
81
103
- type : textarea
82
- id : describe_bug
104
+ id : reproduce_bug
83
105
attributes :
84
- label : Describe the Bug
106
+ label : To Reproduce
85
107
description : |
86
- 对Bug本身清晰而简洁的描述 / Describe the Bug
108
+ 复现此 Bug 的步骤 / How to reproduce?
87
109
validations :
88
110
required : true
111
+
89
112
- type : textarea
90
113
id : openclash_log
91
114
attributes :
92
115
label : OpenClash Log
93
116
description : |
94
117
在下方附上 OpenClash 调试日志 / OpenClash Debug Log
95
- 隐私提示: 上传此日志前请注意检查、屏蔽公网IP、节点、密码等相关敏感信息
118
+ 调试日志在插件设置-调试日志中生成,**并非只有运行日志**,如调试日志过长,可作为附件在最下方上传
119
+ **隐私提示: 上传此日志前请注意检查、屏蔽公网IP、节点、密码等相关敏感信息**
120
+ placeholder : " 我已知晓缺失日志可能会导致开发者无法了解我的情况并降低本issue的处理优先级"
121
+ render : log
96
122
validations :
97
123
required : true
124
+
98
125
- type : textarea
99
126
id : openclash_config
100
127
attributes :
101
128
label : OpenClash Config
102
129
description : |
103
- 在下方附上与Bug相关的系统配置、防火墙规则或环境变量 / System config
130
+ 在下方附上与 Bug 相关的系统配置、防火墙规则或环境变量 / System config
131
+ 非 Clash Yaml 文件
132
+ **非必填项**
104
133
render : shell
105
134
validations :
106
135
required : false
136
+
107
137
- type : textarea
108
138
id : excepted_behavior
109
139
attributes :
@@ -112,11 +142,12 @@ body:
112
142
对预期修复后情况的清晰明了的描述 / Expected behavior
113
143
validations :
114
144
required : true
145
+
115
146
- type : textarea
116
- id : screenshots
147
+ id : additional_context
117
148
attributes :
118
- label : Screenshots
149
+ label : Additional Context
119
150
description : |
120
- 添加屏幕截图以帮助解释您的问题 / Screenshots
151
+ 在此处添加其它信息或屏幕截图 / Additional Context
121
152
validations :
122
153
required : false
0 commit comments