Skip to content

Commit 8cc9a7b

Browse files
committed
Merge branch 'master' into dev
2 parents b2ad419 + 053eec4 commit 8cc9a7b

3 files changed

Lines changed: 179 additions & 0 deletions

File tree

Lines changed: 122 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,122 @@
1+
name: Bug报告
2+
description: Create a report to help us improve
3+
title: "[Bug] "
4+
labels: ["bug"]
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
如果你可以自己 Debug 并解决的话, 建议您直接提交 PR 或 描述解决方法, 非常感谢!
10+
- type: checkboxes
11+
id: verify_step
12+
attributes:
13+
label: Verify Steps
14+
description: |
15+
在提交之前, 请确认 / Please verify that you've followed these steps.
16+
options:
17+
- label: Tracker 我已经在 [Issue Tracker](……/) 中找过我要提出的问题
18+
required: true
19+
- label: Latest 我已经使用最新 Dev 版本测试过,问题依旧存在
20+
required: true
21+
- label: Core 这是 OpenClash 存在的问题,并非我所使用的 Clash 或 Meta 等内核的特定问题
22+
required: true
23+
- label: Meaningful 我提交的不是无意义的 催促更新或修复 请求
24+
required: true
25+
- type: input
26+
id: openclash_version
27+
attributes:
28+
label: OpenClash Version
29+
description: |
30+
OpenClash 版本号
31+
placeholder: "v0.45.16-beta"
32+
validations:
33+
required: true
34+
- type: dropdown
35+
id: bug_os
36+
attributes:
37+
label: Bug on Environment
38+
description: |
39+
发现问题所在的系统环境 / System Environment
40+
multiple: true
41+
options:
42+
- Official OpenWrt
43+
- Lean
44+
- Docker
45+
- Other
46+
validations:
47+
required: true
48+
- type: dropdown
49+
id: bug_platform
50+
attributes:
51+
label: Bug on Platform
52+
description: |
53+
发现问题所在的架构平台 / Platform
54+
multiple: true
55+
options:
56+
- Linux-386
57+
- Linux-amd64(x86-64)
58+
- Linux-amd64-v3(x86-64)
59+
- Linux-armv5
60+
- Linux-armv6
61+
- Linux-armv7
62+
- Linux-armv8
63+
- Linux-mips-hardfloat
64+
- Linux-mips-softfloat
65+
- Linux-mips64
66+
- Linux-mips64le
67+
- Linux-mipsle-softfloat
68+
- Linux-mipsle-hardfloat
69+
- Other
70+
- All
71+
validations:
72+
required: true
73+
- type: textarea
74+
id: reproduce_bug
75+
attributes:
76+
label: To Reproduce
77+
description: |
78+
复现此Bug的步骤 / How to reproduce?
79+
validations:
80+
required: true
81+
- type: textarea
82+
id: describe_bug
83+
attributes:
84+
label: Describe the Bug
85+
description: |
86+
对Bug本身清晰而简洁的描述 / Describe the Bug
87+
validations:
88+
required: true
89+
- type: textarea
90+
id: openclash_log
91+
attributes:
92+
label: OpenClash Log
93+
description: |
94+
在下方附上 OpenClash 调试日志 / OpenClash Debug Log
95+
隐私提示: 上传此日志前请注意检查、屏蔽公网IP、节点、密码等相关敏感信息
96+
validations:
97+
required: true
98+
- type: textarea
99+
id: openclash_config
100+
attributes:
101+
label: OpenClash Config
102+
description: |
103+
在下方附上与Bug相关的系统配置、防火墙规则或环境变量 / System config
104+
render: shell
105+
validations:
106+
required: false
107+
- type: textarea
108+
id: excepted_behavior
109+
attributes:
110+
label: Expected Behavior
111+
description: |
112+
对预期修复后情况的清晰明了的描述 / Expected behavior
113+
validations:
114+
required: true
115+
- type: textarea
116+
id: screenshots
117+
attributes:
118+
label: Screenshots
119+
description: |
120+
添加屏幕截图以帮助解释您的问题 / Screenshots
121+
validations:
122+
required: false

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
blank_issues_enabled: false
2+
3+
contact_links:
4+
- name: Get help in GitHub Discussions
5+
url: https://github.com/vernesong/OpenClash/discussions
6+
about: Have a question? Not sure if your issue affects everyone reproducibly? The quickest way to get help is on OpenClash's GitHub Discussions!
Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
name: 功能请求
2+
description: Suggest an idea for this project
3+
title: "[Feature] "
4+
labels: [enhancement]
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
如果你可以自己 编程实现 的话, 建议您直接提交 PR 或 描述解决方法, 非常感谢!
10+
- type: checkboxes
11+
id: verify_step
12+
attributes:
13+
label: Verify Steps
14+
description: "在提交之前,请确认 / Please verify that you've followed these steps"
15+
options:
16+
- label: Tracker 我已经在 [Issue Tracker](……/) 中找过我要提出的问题
17+
required: true
18+
- label: Need 当前 OpenClash 并不包含该功能特性或者还不完善
19+
required: true
20+
- label: Framework 这是 OpenClash 应包含的特性, 并非 Clash 特性
21+
required: true
22+
- label: Meaningful 我提交的不是无意义的 催促更新或修复 请求
23+
required: true
24+
- type: textarea
25+
attributes:
26+
label: Describe the Feature
27+
description: |
28+
对问题本身清晰而简洁的描述. 例如这个问题如何影响到你? 目前 OpenClash 的行为是什么?
29+
validations:
30+
required: true
31+
- type: textarea
32+
attributes:
33+
label: Describe the Solution
34+
description: |
35+
清晰明了地描述您的解决方案. 例如你想实现什么 Feature 特性或功能? 如何实现该功能?
36+
validations:
37+
required: true
38+
- type: textarea
39+
attributes:
40+
label: Describe Alternatives
41+
description: |
42+
对您考虑过的任何替代解决方案或备选功能进行清晰、简洁的描述.
43+
validations:
44+
required: false
45+
- type: textarea
46+
attributes:
47+
label: Additional Context
48+
description: |
49+
在此处添加关于功能请求的任何其他描述或屏幕截图.
50+
validations:
51+
required: false

0 commit comments

Comments
 (0)