Skip to content

Commit 84d9c99

Browse files
authored
Merge pull request #566 from MoYingJi/docs-it
docs: 更新 Issue Template
2 parents 2ed6acf + e0e62cd commit 84d9c99

1 file changed

Lines changed: 40 additions & 8 deletions

File tree

.github/ISSUE_TEMPLATE/bug.yml

Lines changed: 40 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,67 @@
11
name: 遇到问题
22
description: 关于使用过程中遇到的问题
3-
title: 请填写标题
43
labels: [bug]
54
body:
6-
- type: input
5+
- type: markdown
6+
attributes:
7+
value: |
8+
---
9+
在此之前,我们默认你已经知道该如何提问。简而言之,**你要精确地描述问题并提供充足的信息**
10+
11+
- type: checkboxes
12+
validations:
13+
required: false
14+
attributes:
15+
label: "检查清单"
16+
description: |
17+
我们需要了解一些信息,你需要检查下面的检查项 <br />
18+
这里并不是每一个检查项都必要,根据你的真实情况勾选即可
19+
options:
20+
- label: |
21+
我已检索仓库中所有的 Issue,确保我**没有重复提交问题**;<br />
22+
或有相似 Issue,但我觉得我的情况不包含在那个相似 Issue 之内
23+
- label: "我已经找到了可以复现这个问题的方法,并且写在了下面的「具体信息」中"
24+
- label: "此问题可以在我的设备和当前环境中**稳定复现**"
25+
26+
- type: dropdown
727
validations:
828
required: true
929
attributes:
1030
label: "是网页端还是客户端"
11-
placeholder: "客户端"
31+
options:
32+
- "客户端"
33+
- "网页端"
34+
default: 0
35+
1236
- type: input
1337
validations:
1438
required: true
1539
attributes:
1640
label: "当前系统环境"
17-
placeholder: "win11"
41+
placeholder: "如:Windows 11"
42+
1843
- type: input
1944
validations:
20-
required: true
45+
required: false
2146
attributes:
2247
label: "当前 Node.js 及 npm 版本"
23-
placeholder: "v18.16.0 / v9.6.7"
48+
placeholder: "如:v18.16.0 / v9.6.7 (选填)"
49+
2450
- type: input
2551
validations:
2652
required: true
2753
attributes:
2854
label: "当前版本"
29-
placeholder: "v1.0.0"
55+
description: |
56+
填写关于软件里的或 Releases 中版本号即可 <br />
57+
如果是自行构建或从 GitHub Actions 下载的开发版,还需要提供 Commit ID
58+
placeholder: "如:v1.0.0"
59+
3060
- type: textarea
3161
id: other
3262
attributes:
3363
label: "具体信息"
34-
description: "请填写完整的复现步骤和遇到的问题,包括但不限于报错信息、控制台输出、网络请求等"
64+
description: |
65+
请填写完整的复现步骤和遇到的问题,包括但不限于报错信息、控制台输出、网络请求等,尽量提供所有可能的信息 <br />
66+
如果需要,还请提供截图(如果还是无法详细表述可以录屏)、出现问题的在线歌曲链接、出现问题的文件(本地歌曲、歌词等)的下载链接,以更好地帮助我们解决你的问题
3567
placeholder: "请填写具体的复现步骤和遇到的问题"

0 commit comments

Comments
 (0)