Skip to content

Commit c9cc3c5

Browse files
committed
1、更新ISSUE_TEMPLATE
1 parent b1be4ac commit c9cc3c5

File tree

4 files changed

+78
-46
lines changed

4 files changed

+78
-46
lines changed

.github/ISSUE_TEMPLATE/ISSUE_TEMPLATE_BUG.md

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

.github/ISSUE_TEMPLATE/ISSUE_TEMPLATE_REQUEST.md

Lines changed: 0 additions & 20 deletions
This file was deleted.
Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
name: 报告错误
2+
description: 报告一个错误
3+
labels: [错误]
4+
assignees: [JiuLing-zhang]
5+
body:
6+
- type: textarea
7+
id: description
8+
attributes:
9+
label: 问题描述
10+
description: 请简短描述下你所遇到的错误。
11+
placeholder: 问题描述
12+
validations:
13+
required: true
14+
- type: textarea
15+
id: repro-steps
16+
attributes:
17+
label: 重现步骤
18+
description: 请描述问题出现的操作步骤。
19+
placeholder: |
20+
1. 点击"按钮A"
21+
2. 点击"按钮B"
22+
3. 出现错误
23+
validations:
24+
required: true
25+
- type: textarea
26+
id: remark
27+
attributes:
28+
label: 问题补充
29+
description: 如果可以,请补充提供下错误截图等。
30+
placeholder: 问题补充
31+
- type: input
32+
id: os
33+
attributes:
34+
label: 操作系统
35+
description: 请提供错误出现的操作系统。
36+
placeholder: 例如 Windows 10、Windows 11
37+
validations:
38+
required: true
39+
- type: dropdown
40+
id: version
41+
attributes:
42+
label: 程序版本
43+
description: 错误出现在哪个版本中。
44+
options:
45+
- 1.7.3
46+
- 1.7.2
47+
- 1.7.1
48+
- 1.7.0
49+
- 更早
50+
validations:
51+
required: true
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
name: 功能建议
2+
description: 提议一个好的想法,帮我们完善程序
3+
labels: [功能建议]
4+
assignees: [JiuLing-zhang]
5+
body:
6+
- type: textarea
7+
id: description
8+
attributes:
9+
label: 功能描述
10+
description: 用简短的话描述下功能建议。
11+
placeholder: 功能描述
12+
validations:
13+
required: true
14+
- type: textarea
15+
id: solution
16+
attributes:
17+
label: 解决方案
18+
description: 请描述下你理想的解决方案是什么。
19+
placeholder: 解决方案
20+
validations:
21+
required: true
22+
- type: textarea
23+
id: remark
24+
attributes:
25+
label: 补充说明
26+
description: 如果还有其它需要补充的,请说明。
27+
placeholder: 补充说明

0 commit comments

Comments
 (0)