Skip to content

Commit 15be202

Browse files
committed
chore: issue 模板
1 parent f0fd7ad commit 15be202

4 files changed

Lines changed: 178 additions & 46 deletions

File tree

.github/ISSUE_TEMPLATE/bug-反馈.md

Lines changed: 0 additions & 30 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/功能建议.md

Lines changed: 0 additions & 16 deletions
This file was deleted.
Lines changed: 74 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,74 @@
1+
name: 功能建议
2+
description: 改进或新功能等
3+
title: "[FR] "
4+
body:
5+
- type: dropdown
6+
id: request-type
7+
attributes:
8+
label: 建议类型
9+
description: 请选择最接近的类型。
10+
multiple: false
11+
options:
12+
- 新功能
13+
- 现有功能改进
14+
- UI/交互优化
15+
- 文档/示例改进
16+
- 其他
17+
validations:
18+
required: true
19+
- type: dropdown
20+
id: runtime
21+
attributes:
22+
label: 运行环境
23+
description: 请选择这个建议涉及的运行环境。
24+
multiple: false
25+
options:
26+
- Node.js
27+
- Android
28+
- Docker
29+
- 自部署
30+
- Surge
31+
- Loon
32+
- Quantumult X
33+
- Stash
34+
- Shadowrocket
35+
- 其他
36+
validations:
37+
required: true
38+
- type: dropdown
39+
id: affected-areas
40+
attributes:
41+
label: 影响范围
42+
description: 可多选,请选择这个建议涉及的部分。
43+
multiple: true
44+
options:
45+
- 后端
46+
- 前端
47+
- 订阅转换
48+
- 节点/策略组
49+
- 同步/缓存
50+
- 配置/部署
51+
- 代理 App 兼容
52+
- 文档
53+
- 其他
54+
validations:
55+
required: true
56+
- type: textarea
57+
id: requirement
58+
attributes:
59+
label: 需求描述
60+
description: 建议把需求讲清楚,不要一下子跳到一个解决方案。
61+
validations:
62+
required: true
63+
- type: textarea
64+
id: proposed-solution
65+
attributes:
66+
label: 解决方案
67+
description: 建议先把上面的需求讲清楚,然后根据需求提解决方案。
68+
validations:
69+
required: true
70+
- type: textarea
71+
id: additional-context
72+
attributes:
73+
label: 其他信息
74+
description: 例如参考链接、截图、替代方案或额外背景。
Lines changed: 104 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,104 @@
1+
name: 问题反馈
2+
description: 先读完排查方法再反馈
3+
title: "[BUG] "
4+
body:
5+
- type: markdown
6+
attributes:
7+
value: |
8+
**先读我**
9+
10+
[排查方法](https://t.me/zhetengsha/218)
11+
- type: checkboxes
12+
id: read-troubleshooting
13+
attributes:
14+
label: 阅读确认
15+
options:
16+
- label: 我已阅读上方排查方法
17+
required: true
18+
- type: dropdown
19+
id: runtime
20+
attributes:
21+
label: 运行环境
22+
description: 请选择主要出现问题的运行环境。
23+
multiple: false
24+
options:
25+
- Node.js
26+
- Android
27+
- Docker
28+
- 自部署
29+
- Surge
30+
- Loon
31+
- Quantumult X
32+
- Stash
33+
- Shadowrocket
34+
- 其他
35+
validations:
36+
required: true
37+
- type: dropdown
38+
id: affected-areas
39+
attributes:
40+
label: 影响范围
41+
description: 可多选,请选择和问题相关的部分。
42+
multiple: true
43+
options:
44+
- 后端
45+
- 前端
46+
- 订阅转换
47+
- 节点/策略组
48+
- 同步/缓存
49+
- 配置/环境变量
50+
- 代理 App
51+
- 其他
52+
validations:
53+
required: true
54+
- type: input
55+
id: runtime-version
56+
attributes:
57+
label: 上述运行环境版本/App 版本
58+
description: 例如 Node.js 版本、Android 版本、Docker 镜像版本或代理 App 版本。
59+
validations:
60+
required: true
61+
- type: input
62+
id: backend-version
63+
attributes:
64+
label: 后端版本
65+
description: 填写当前使用的后端版本。
66+
validations:
67+
required: true
68+
- type: input
69+
id: frontend-version
70+
attributes:
71+
label: 前端版本
72+
description: 填写当前使用的前端版本。
73+
validations:
74+
required: true
75+
- type: textarea
76+
id: reproduction
77+
attributes:
78+
label: 复现方式
79+
description: 请按步骤说明如何复现。
80+
value: |
81+
1.
82+
2.
83+
3.
84+
validations:
85+
required: true
86+
- type: textarea
87+
id: expected-behavior
88+
attributes:
89+
label: 期望表现
90+
description: 描述你认为应该发生什么。
91+
validations:
92+
required: true
93+
- type: textarea
94+
id: actual-behavior
95+
attributes:
96+
label: 实际表现
97+
description: 描述实际发生了什么。
98+
validations:
99+
required: true
100+
- type: textarea
101+
id: additional-context
102+
attributes:
103+
label: 其他信息
104+
description: 例如截图、日志、配置片段或相关链接。

0 commit comments

Comments
 (0)