Skip to content

Commit a245c70

Browse files
committed
Merge branch 'dev'
2 parents 1b1c5ad + 3a824b1 commit a245c70

2 files changed

Lines changed: 14 additions & 2 deletions

File tree

.github/ISSUE_TEMPLATE/----.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
name: ✨功能请求
22
description: 为这个项目提出一个想法,请先查看常见问题及搜索issue列表中有无你要提的问题
3-
title: "[Feature]: <title>"
3+
title: "[Feature]: "
44
body:
55
- type: checkboxes
6+
id: check-answer
67
attributes:
78
label: 解决方案检查
89
description: 请确保你已完成以下所有操作
@@ -12,24 +13,28 @@ body:
1213
- label: 我已搜索issue列表(<https://github.com/lyswhut/lx-music-desktop/issues?utf8=✓&q=>),但没有发现类似的问题
1314
required: true
1415
- type: textarea
16+
id: problem-description
1517
attributes:
1618
label: 问题描述
1719
description: 请添加清晰简洁的描述,说明你希望通过此功能请求解决的问题
1820
validations:
1921
required: true
2022
- type: textarea
23+
id: proposed-solution
2124
attributes:
2225
label: 描述您想要的解决方案
2326
description: 简洁明了地描述你要发生的事情
2427
validations:
2528
required: true
2629
- type: textarea
30+
id: alternatives-considered
2731
attributes:
2832
label: 描述您考虑过的替代方案
2933
description: 对你考虑过的所有替代解决方案或功能的简洁明了的描述
3034
validations:
3135
required: false
3236
- type: textarea
37+
id: additional-information
3338
attributes:
3439
label: 附加信息
3540
description: 如果你的问题需要进一步解释,或者想要表达其他内容,请在此处添加更多信息。(直接把图片、视频拖到编辑框即可添加图片或视频)

.github/ISSUE_TEMPLATE/--bug.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
name: 🐞报告Bug
22
description: 报告bug,请先查看常见问题及搜索issue列表中有无你要提的问题
3-
title: "[Bug]: <title>"
3+
title: "[Bug]: "
44
body:
55
- type: checkboxes
6+
id: check-answer
67
attributes:
78
label: 解决方案检查
89
description: 请确保你已完成以下所有操作
@@ -12,37 +13,43 @@ body:
1213
- label: 我已搜索issue列表(<https://github.com/lyswhut/lx-music-desktop/issues?utf8=✓&q=>),并没有发现类似的问题
1314
required: true
1415
- type: textarea
16+
id: expected-behavior
1517
attributes:
1618
label: 预期行为
1719
description: 对期望发生的事情的清晰简明描述
1820
validations:
1921
required: true
2022
- type: textarea
23+
id: actual-behavior
2124
attributes:
2225
label: 实际行为
2326
description: 对实际发生的事情的清晰简明描述
2427
validations:
2528
required: true
2629
- type: input
30+
id: version
2731
attributes:
2832
label: Lx Music 版本
2933
description: 你使用什么版本的LX Music?
3034
placeholder: 1.15.0
3135
validations:
3236
required: true
3337
- type: input
38+
id: last-known-working-version
3439
attributes:
3540
label: 最后正常的版本
3641
description: 如果有,请在此处填写最后正常的版本是多少?
3742
placeholder: 1.15.0
3843
- type: input
44+
id: operating-system-version
3945
attributes:
4046
label: 操作系统版本
4147
description: 您使用的是什么操作系统版本?在 Windows 上,单击开始按钮 > 设置 > 系统 > 关于;在 macOS 上,单击 Apple 菜单 > 关于本机;在 Linux 上,使用 lsb_release 或 uname -a
4248
placeholder: "例如 Windows 10 版本 1909、macOS Catalina 10.15.7 或 Ubuntu 20.04"
4349
validations:
4450
required: true
4551
- type: textarea
52+
id: additional-information
4653
attributes:
4754
label: 附加信息
4855
description: 如果你的问题需要进一步解释,或者你所遇到的问题不容易重现,请在此处添加更多信息。(直接把图片、视频拖到编辑框即可添加图片或视频)

0 commit comments

Comments
 (0)