docs: 更新 Issue Template

This commit is contained in:
MoYingJi
2025-11-14 00:44:30 +08:00
parent 8529663ea5
commit e0e62cd906

View File

@@ -1,35 +1,67 @@
name: 遇到问题 name: 遇到问题
description: 关于使用过程中遇到的问题 description: 关于使用过程中遇到的问题
title: 请填写标题
labels: [bug] labels: [bug]
body: body:
- type: input - type: markdown
attributes:
value: |
---
在此之前,我们默认你已经知道该如何提问。简而言之,**你要精确地描述问题并提供充足的信息**
- type: checkboxes
validations:
required: false
attributes:
label: "检查清单"
description: |
我们需要了解一些信息,你需要检查下面的检查项 <br />
这里并不是每一个检查项都必要,根据你的真实情况勾选即可
options:
- label: |
我已检索仓库中所有的 Issue确保我**没有重复提交问题**<br />
或有相似 Issue但我觉得我的情况不包含在那个相似 Issue 之内
- label: "我已经找到了可以复现这个问题的方法,并且写在了下面的「具体信息」中"
- label: "此问题可以在我的设备和当前环境中**稳定复现**"
- type: dropdown
validations: validations:
required: true required: true
attributes: attributes:
label: "是网页端还是客户端" label: "是网页端还是客户端"
placeholder: "客户端" options:
- "客户端"
- "网页端"
default: 0
- type: input - type: input
validations: validations:
required: true required: true
attributes: attributes:
label: "当前系统环境" label: "当前系统环境"
placeholder: "win11" placeholder: "Windows 11"
- type: input - type: input
validations: validations:
required: true required: false
attributes: attributes:
label: "当前 Node.js 及 npm 版本" label: "当前 Node.js 及 npm 版本"
placeholder: "v18.16.0 / v9.6.7" placeholder: "如:v18.16.0 / v9.6.7 (选填)"
- type: input - type: input
validations: validations:
required: true required: true
attributes: attributes:
label: "当前版本" label: "当前版本"
placeholder: "v1.0.0" description: |
填写关于软件里的或 Releases 中版本号即可 <br />
如果是自行构建或从 GitHub Actions 下载的开发版,还需要提供 Commit ID
placeholder: "如v1.0.0"
- type: textarea - type: textarea
id: other id: other
attributes: attributes:
label: "具体信息" label: "具体信息"
description: "请填写完整的复现步骤和遇到的问题,包括但不限于报错信息、控制台输出、网络请求等" description: |
请填写完整的复现步骤和遇到的问题,包括但不限于报错信息、控制台输出、网络请求等,尽量提供所有可能的信息 <br />
如果需要,还请提供截图(如果还是无法详细表述可以录屏)、出现问题的在线歌曲链接、出现问题的文件(本地歌曲、歌词等)的下载链接,以更好地帮助我们解决你的问题
placeholder: "请填写具体的复现步骤和遇到的问题" placeholder: "请填写具体的复现步骤和遇到的问题"