Skip to content

Commit bcacff2

Browse files
authored
📃docs(issue_template):修改issue模板 (#208)
- 修改issue模板
2 parents bd1ffd2 + d0b5cee commit bcacff2

4 files changed

Lines changed: 54 additions & 0 deletions

File tree

.github/ISSUE_TEMPLATE/SPA.yml

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
name: 🗒️新的标准立项
2+
description: 将会建议、建立或修改一个标准。
3+
title: "🗒️[SPA]"
4+
labels: enhancement
5+
type: Feature
6+
body:
7+
- type: markdown
8+
attributes:
9+
value: |
10+
> [!NOTE]
11+
> 为避免造成更多的麻烦,请在报告issue前,先检查是否有其他人已经报告过相同的立项。[检查是否存在重复](https://github.com/xystudiocode/pyclickmouse/issues)😊
12+
13+
> [!IMPORTANT]
14+
> 我们不会在gitee上处理issue,请使用github发布。🙋‍♂️
15+
- type: textarea
16+
attributes:
17+
label: 🧾新增的立项
18+
placeholder: |
19+
请在这里输入立项内容。。。
20+
description: 🧾请详细描述你想要立项的标准。
21+
validations:
22+
required: true
23+
- type: input
24+
attributes:
25+
label: ℹ️立项施行的clickmouse版本
26+
placeholder: |
27+
>=X.X.X 或 >=X.X.X.X
28+
description: 🔠反馈大于等于一个三位或四位版本号
29+
value: |
30+
下一个clickmouse正式版
31+
validations:
32+
required: false
33+
- type: textarea
34+
attributes:
35+
label: ❓需要这些功能的原因
36+
placeholder: |
37+
解决了什么问题?
38+
增加了什么功能?
39+
改进了什么?
40+
其他原因...
41+
description: ❓为什么需要这个功能?
42+
validations:
43+
required: false
44+
- type: textarea
45+
attributes:
46+
label: ➕其他相关信息
47+
description: ✉️你了解到的更多内容
48+
placeholder: |
49+
更多信息。
50+
validations:
51+
required: false

.github/ISSUE_TEMPLATE/bug.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ body:
5656
- ⤴️安装更新
5757
- 💠其他扩展
5858
- ♻️清理缓存
59+
- 🏳️‍🌈主题/样式
5960
- 📄文档
6061
- ❓其他/未知
6162
validations:

.github/ISSUE_TEMPLATE/feature.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ body:
3737
- 💠其他扩展
3838
- ♻️清理缓存
3939
- 📄文档
40+
- 🏳️‍🌈主题/样式
4041
- ❓其他/未知
4142
validations:
4243
required: true

.github/ISSUE_TEMPLATE/tasks.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ body:
3434
- 💠其他扩展
3535
- ♻️清理缓存
3636
- 📄文档
37+
- 🏳️‍🌈主题/样式
3738
- ❓其他/未知
3839
validations:
3940
required: true

0 commit comments

Comments
 (0)