11name : Bug报告
2- description : Create a report to help us improve
2+ description : Create a Bug report to help us improve
33title : " [Bug] "
44labels : ["bug"]
55body :
6- - type : markdown
7- attributes :
8- value : |
9- 如果你可以自己 Debug 并解决的话, 建议您直接提交 PR 或 描述解决方法, 非常感谢!
6+
107 - type : checkboxes
118 id : verify_step
129 attributes :
1310 label : Verify Steps
1411 description : |
15- 在提交之前, 请确认 / Please verify that you've followed these steps.
12+ 在提交之前, 请确认 / Please verify that you've followed these steps.
1613 options :
1714 - label : Tracker 我已经在 [Issue Tracker](……/) 中找过我要提出的问题
1815 required : true
19- - label : Latest 我已经使用最新 Dev 版本测试过,问题依旧存在
16+ - label : Branch 我知道 OpenClash 的 Dev 分支切换开关位于插件设置-版本更新中,或者我会手动下载并安装 Dev 分支的 OpenClash
17+ required : true
18+ - label : Latest 我已经**使用最新 Dev 版本**测试过,问题依旧存在
2019 required : true
21- - label : Core 这是 OpenClash 存在的问题,并非我所使用的 Clash 或 Meta 等内核的特定问题
20+ - label : Relevant 我知道 OpenClash 与 内核(Core)、控制面板(Dashboard)、在线订阅转换(Subconverter)等项目之间**无直接关系**,仅相互调用
2221 required : true
23- - label : Meaningful 我提交的不是无意义的 催促更新或修复 请求
22+ - label : Definite 这确实是 OpenClash 出现的问题
2423 required : true
24+ - label : Contributors 我有能力协助 OpenClash 开发并解决此问题
25+ required : false
26+ - label : Meaningless 我提交的**是无意义的**催促更新或修复请求
27+ required : false
28+
2529 - type : input
2630 id : openclash_version
2731 attributes :
2832 label : OpenClash Version
2933 description : |
3034 OpenClash 版本号
31- placeholder : " v0.45.16 -beta"
35+ placeholder : " v0.0.0 -beta"
3236 validations :
3337 required : true
38+
3439 - type : dropdown
3540 id : bug_os
3641 attributes :
@@ -41,10 +46,23 @@ body:
4146 options :
4247 - Official OpenWrt
4348 - Lean
49+ - Immortalwrt
50+ - Istoreos
4451 - Docker
4552 - Other
4653 validations :
4754 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+
4866 - type : dropdown
4967 id : bug_platform
5068 attributes :
@@ -60,50 +78,62 @@ body:
6078 - Linux-armv6
6179 - Linux-armv7
6280 - Linux-arm64
81+ - Linux-loong64
6382 - Linux-mips-hardfloat
6483 - Linux-mips-softfloat
6584 - Linux-mips64
6685 - Linux-mips64le
67- - Linux-mipsle-softfloat
6886 - Linux-mipsle-hardfloat
87+ - Linux-mipsle-softfloat
88+ - Linux-riscv64
6989 - Other
7090 - All
7191 validations :
7292 required : true
93+
7394 - type : textarea
74- id : reproduce_bug
95+ id : describe_bug
7596 attributes :
76- label : To Reproduce
97+ label : Describe the Bug
7798 description : |
78- 复现此Bug的步骤 / How to reproduce?
99+ 对 Bug 本身清晰而简洁的描述 / Describe the Bug
79100 validations :
80101 required : true
102+
81103 - type : textarea
82- id : describe_bug
104+ id : reproduce_bug
83105 attributes :
84- label : Describe the Bug
106+ label : To Reproduce
85107 description : |
86- 对Bug本身清晰而简洁的描述 / Describe the Bug
108+ 复现此 Bug 的步骤 / How to reproduce?
87109 validations :
88110 required : true
111+
89112 - type : textarea
90113 id : openclash_log
91114 attributes :
92115 label : OpenClash Log
93116 description : |
94117 在下方附上 OpenClash 调试日志 / OpenClash Debug Log
95- 隐私提示: 上传此日志前请注意检查、屏蔽公网IP、节点、密码等相关敏感信息
118+ 调试日志在插件设置-调试日志中生成,**并非只有运行日志**,如调试日志过长,可作为附件在最下方上传
119+ **隐私提示: 上传此日志前请注意检查、屏蔽公网IP、节点、密码等相关敏感信息**
120+ placeholder : " 我已知晓缺失日志可能会导致开发者无法了解我的情况并降低本issue的处理优先级"
121+ render : log
96122 validations :
97123 required : true
124+
98125 - type : textarea
99126 id : openclash_config
100127 attributes :
101128 label : OpenClash Config
102129 description : |
103- 在下方附上与Bug相关的系统配置、防火墙规则或环境变量 / System config
130+ 在下方附上与 Bug 相关的系统配置、防火墙规则或环境变量 / System config
131+ 非 Clash Yaml 文件
132+ **非必填项**
104133 render : shell
105134 validations :
106135 required : false
136+
107137 - type : textarea
108138 id : excepted_behavior
109139 attributes :
@@ -112,11 +142,12 @@ body:
112142 对预期修复后情况的清晰明了的描述 / Expected behavior
113143 validations :
114144 required : true
145+
115146 - type : textarea
116- id : screenshots
147+ id : additional_context
117148 attributes :
118- label : Screenshots
149+ label : Additional Context
119150 description : |
120- 添加屏幕截图以帮助解释您的问题 / Screenshots
151+ 在此处添加其它信息或屏幕截图 / Additional Context
121152 validations :
122153 required : false
0 commit comments