Skip to content

Commit fc4c663

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

4 files changed

Lines changed: 180 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: 75 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,75 @@
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+
- 其他代理 App
36+
- 其他
37+
validations:
38+
required: true
39+
- type: dropdown
40+
id: affected-areas
41+
attributes:
42+
label: 影响范围
43+
description: 可多选,请选择这个建议涉及的部分。
44+
multiple: true
45+
options:
46+
- 后端
47+
- 前端
48+
- 订阅转换
49+
- 节点/策略组
50+
- 同步/缓存
51+
- 配置/部署
52+
- 代理 App 兼容
53+
- 文档
54+
- 其他
55+
validations:
56+
required: true
57+
- type: textarea
58+
id: requirement
59+
attributes:
60+
label: 需求描述
61+
description: 建议把需求讲清楚,不要一下子跳到一个解决方案。
62+
validations:
63+
required: true
64+
- type: textarea
65+
id: proposed-solution
66+
attributes:
67+
label: 解决方案
68+
description: 建议先把上面的需求讲清楚,然后根据需求提解决方案。
69+
validations:
70+
required: true
71+
- type: textarea
72+
id: additional-context
73+
attributes:
74+
label: 其他信息
75+
description: 例如参考链接、截图、替代方案或额外背景。
Lines changed: 105 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,105 @@
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+
- 其他代理 App
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+
validations:
54+
required: true
55+
- type: input
56+
id: runtime-version
57+
attributes:
58+
label: 上述运行环境版本/App 版本
59+
description: 例如 Node.js 版本、Android 版本、Docker 镜像版本或代理 App 版本。
60+
validations:
61+
required: true
62+
- type: input
63+
id: backend-version
64+
attributes:
65+
label: 后端版本
66+
description: 填写当前使用的后端版本。
67+
validations:
68+
required: true
69+
- type: input
70+
id: frontend-version
71+
attributes:
72+
label: 前端版本
73+
description: 填写当前使用的前端版本。
74+
validations:
75+
required: true
76+
- type: textarea
77+
id: reproduction
78+
attributes:
79+
label: 复现方式
80+
description: 请按步骤说明如何复现。
81+
value: |
82+
1.
83+
2.
84+
3.
85+
validations:
86+
required: true
87+
- type: textarea
88+
id: expected-behavior
89+
attributes:
90+
label: 期望表现
91+
description: 描述你认为应该发生什么。
92+
validations:
93+
required: true
94+
- type: textarea
95+
id: actual-behavior
96+
attributes:
97+
label: 实际表现
98+
description: 描述实际发生了什么。
99+
validations:
100+
required: true
101+
- type: textarea
102+
id: additional-context
103+
attributes:
104+
label: 其他信息
105+
description: 例如截图、日志、配置片段或相关链接。

0 commit comments

Comments
 (0)