更新模板

pull/733/head
lyswhut 2021-11-09 20:03:03 +08:00
parent 6f72da87b1
commit 3a824b1d5e
2 changed files with 14 additions and 2 deletions

View File

@ -1,8 +1,9 @@
name: ✨功能请求 name: ✨功能请求
description: 为这个项目提出一个想法请先查看常见问题及搜索issue列表中有无你要提的问题 description: 为这个项目提出一个想法请先查看常见问题及搜索issue列表中有无你要提的问题
title: "[Feature]: <title>" title: "[Feature]: "
body: body:
- type: checkboxes - type: checkboxes
id: check-answer
attributes: attributes:
label: 解决方案检查 label: 解决方案检查
description: 请确保你已完成以下所有操作 description: 请确保你已完成以下所有操作
@ -12,24 +13,28 @@ body:
- label: 我已搜索issue列表(<https://github.com/lyswhut/lx-music-desktop/issues?utf8=✓&q=>),但没有发现类似的问题 - label: 我已搜索issue列表(<https://github.com/lyswhut/lx-music-desktop/issues?utf8=✓&q=>),但没有发现类似的问题
required: true required: true
- type: textarea - type: textarea
id: problem-description
attributes: attributes:
label: 问题描述 label: 问题描述
description: 请添加清晰简洁的描述,说明你希望通过此功能请求解决的问题 description: 请添加清晰简洁的描述,说明你希望通过此功能请求解决的问题
validations: validations:
required: true required: true
- type: textarea - type: textarea
id: proposed-solution
attributes: attributes:
label: 描述您想要的解决方案 label: 描述您想要的解决方案
description: 简洁明了地描述你要发生的事情 description: 简洁明了地描述你要发生的事情
validations: validations:
required: true required: true
- type: textarea - type: textarea
id: alternatives-considered
attributes: attributes:
label: 描述您考虑过的替代方案 label: 描述您考虑过的替代方案
description: 对你考虑过的所有替代解决方案或功能的简洁明了的描述 description: 对你考虑过的所有替代解决方案或功能的简洁明了的描述
validations: validations:
required: false required: false
- type: textarea - type: textarea
id: additional-information
attributes: attributes:
label: 附加信息 label: 附加信息
description: 如果你的问题需要进一步解释,或者想要表达其他内容,请在此处添加更多信息。(直接把图片、视频拖到编辑框即可添加图片或视频) description: 如果你的问题需要进一步解释,或者想要表达其他内容,请在此处添加更多信息。(直接把图片、视频拖到编辑框即可添加图片或视频)

View File

@ -1,8 +1,9 @@
name: 🐞报告Bug name: 🐞报告Bug
description: 报告bug请先查看常见问题及搜索issue列表中有无你要提的问题 description: 报告bug请先查看常见问题及搜索issue列表中有无你要提的问题
title: "[Bug]: <title>" title: "[Bug]: "
body: body:
- type: checkboxes - type: checkboxes
id: check-answer
attributes: attributes:
label: 解决方案检查 label: 解决方案检查
description: 请确保你已完成以下所有操作 description: 请确保你已完成以下所有操作
@ -12,18 +13,21 @@ body:
- label: 我已搜索issue列表(<https://github.com/lyswhut/lx-music-desktop/issues?utf8=✓&q=>),并没有发现类似的问题 - label: 我已搜索issue列表(<https://github.com/lyswhut/lx-music-desktop/issues?utf8=✓&q=>),并没有发现类似的问题
required: true required: true
- type: textarea - type: textarea
id: expected-behavior
attributes: attributes:
label: 预期行为 label: 预期行为
description: 对期望发生的事情的清晰简明描述 description: 对期望发生的事情的清晰简明描述
validations: validations:
required: true required: true
- type: textarea - type: textarea
id: actual-behavior
attributes: attributes:
label: 实际行为 label: 实际行为
description: 对实际发生的事情的清晰简明描述 description: 对实际发生的事情的清晰简明描述
validations: validations:
required: true required: true
- type: input - type: input
id: version
attributes: attributes:
label: Lx Music 版本 label: Lx Music 版本
description: 你使用什么版本的LX Music description: 你使用什么版本的LX Music
@ -31,11 +35,13 @@ body:
validations: validations:
required: true required: true
- type: input - type: input
id: last-known-working-version
attributes: attributes:
label: 最后正常的版本 label: 最后正常的版本
description: 如果有,请在此处填写最后正常的版本是多少? description: 如果有,请在此处填写最后正常的版本是多少?
placeholder: 1.15.0 placeholder: 1.15.0
- type: input - type: input
id: operating-system-version
attributes: attributes:
label: 操作系统版本 label: 操作系统版本
description: 您使用的是什么操作系统版本?在 Windows 上,单击开始按钮 > 设置 > 系统 > 关于;在 macOS 上,单击 Apple 菜单 > 关于本机;在 Linux 上,使用 lsb_release 或 uname -a description: 您使用的是什么操作系统版本?在 Windows 上,单击开始按钮 > 设置 > 系统 > 关于;在 macOS 上,单击 Apple 菜单 > 关于本机;在 Linux 上,使用 lsb_release 或 uname -a
@ -43,6 +49,7 @@ body:
validations: validations:
required: true required: true
- type: textarea - type: textarea
id: additional-information
attributes: attributes:
label: 附加信息 label: 附加信息
description: 如果你的问题需要进一步解释,或者你所遇到的问题不容易重现,请在此处添加更多信息。(直接把图片、视频拖到编辑框即可添加图片或视频) description: 如果你的问题需要进一步解释,或者你所遇到的问题不容易重现,请在此处添加更多信息。(直接把图片、视频拖到编辑框即可添加图片或视频)