chore: guided issue template

This commit is contained in:
Jixun Wu 2023-07-15 20:51:01 +01:00
parent a91e747586
commit 0ab472ea3c
1 changed files with 31 additions and 8 deletions

View File

@ -1,21 +1,24 @@
name: 错误报告 (填空)
about: 报告遇到的错误以帮助改进程序
title: "[Bug]: "
name: 错误报告 (解码失败)
about: 遇到文件解码失败的问题请选择该项。
title: "[Bug/Crypto] "
labels:
- bug
- crypto
body:
- type: textarea
id: what-happened
attributes:
label: 错误描述
description: 请描述你所遇到的问题,并描述你所期待的行为。
placeholder: 请提供信息
description: 请描述你所遇到的问题,以及你期待的行为。
placeholder: ""
value: ""
validations:
required: true
- type: dropdown
id: version
attributes:
label: Unlock Music 应用版本
description: 能够重现错误的版本
label: Unlock Music 版本
description: 能够重现错误的版本,版本号通常在页面底部。
multiple: true
options:
- 1.10.5 (最新)
@ -32,12 +35,32 @@ body:
- 火狐 / Firefox
- Chrome 或基于 Chromium 内核的浏览器
- Safari
- type: dropdown
id: music-platform
attributes:
label: 音乐平台
description: |
如果需要报告多个平台的问题,请每个平台提交一个新的 Issue。
请注意:播放器缓存文件不属于该项目支持的文件类型。
multiple: false
options:
- QQ 音乐
- Joox (QQ 音乐海外版)
- 虾米音乐
- 网易云音乐
- 酷我音乐
- 酷狗音乐
- 喜马拉雅
- 咪咕 3D
- 其它 (请在错误描述指定)
validations:
required: true
- type: textarea
id: logs
attributes:
label: 日志信息
description: 如果有请提供浏览器开发者控制台Console的错误日志
render: shell
render: text
- type: checkboxes
id: terms
attributes: