Compare commits
12 Commits
1.8.3.6016
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 32ae29215b | |||
| adb590e19e | |||
| e4395fdfeb | |||
| ee6072613e | |||
| 4b36aa5c6b | |||
| 1354772f3b | |||
| 3c63266fe6 | |||
| bf022e3dc7 | |||
| 189d6de2b1 | |||
| 10c04b2bf6 | |||
| 2a1ea851e4 | |||
| 4ac0e0045e |
66
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
Normal file
66
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
Normal file
@@ -0,0 +1,66 @@
|
||||
name: Bug报告
|
||||
about: 创建一个Bug报告以帮助我们改进
|
||||
title: '[BUG] '
|
||||
labels: BUG
|
||||
assignees: ''
|
||||
ref: 1.0
|
||||
|
||||
body:
|
||||
- type: textarea
|
||||
id: description
|
||||
attributes:
|
||||
label: 问题描述
|
||||
description: 请清晰简洁地描述这个Bug是什么
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: reproduction
|
||||
attributes:
|
||||
label: 复现步骤
|
||||
description: 复现这个Bug的步骤
|
||||
placeholder: |
|
||||
1. 打开页面 '...'
|
||||
2. 点击 '....'
|
||||
3. 滚动到 '....'
|
||||
4. 看到错误
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: expected
|
||||
attributes:
|
||||
label: 预期行为
|
||||
description: 清晰简洁地描述你期望发生的事情
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: actual
|
||||
attributes:
|
||||
label: 实际行为
|
||||
description: 清晰简洁地描述实际发生的事情
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: screenshots
|
||||
attributes:
|
||||
label: 截图
|
||||
description: 如果适用,添加截图以帮助解释你的问题
|
||||
validations:
|
||||
required: false
|
||||
- type: textarea
|
||||
id: environment
|
||||
attributes:
|
||||
label: 环境信息
|
||||
description: 请提供你的环境信息
|
||||
placeholder: |
|
||||
操作系统: Windows 10
|
||||
浏览器: Chrome 90.0.4430.212
|
||||
设备: 桌面
|
||||
validations:
|
||||
required: false
|
||||
- type: textarea
|
||||
id: additional
|
||||
attributes:
|
||||
label: 其他信息
|
||||
description: 在此处添加有关问题的任何其他上下文
|
||||
validations:
|
||||
required: false
|
||||
8
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
8
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
blank_issues_enabled: false
|
||||
templates:
|
||||
- name: Bug报告
|
||||
about: 创建一个Bug报告以帮助我们改进
|
||||
file: bug_report.yml
|
||||
- name: 功能请求
|
||||
about: 为这个项目提出一个想法
|
||||
file: feature_request.yml
|
||||
43
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
Normal file
43
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
Normal file
@@ -0,0 +1,43 @@
|
||||
name: 功能请求
|
||||
about: 为这个项目提出一个想法
|
||||
title: '[FEATURE] '
|
||||
labels: 增强
|
||||
assignees: ''
|
||||
ref: 1.0
|
||||
|
||||
body:
|
||||
- type: textarea
|
||||
id: feature_description
|
||||
attributes:
|
||||
label: 功能描述
|
||||
description: 清晰简洁地描述你想要的功能是什么
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: use_case
|
||||
attributes:
|
||||
label: 使用场景
|
||||
description: 描述这个功能将如何被使用,以及它解决了什么问题
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: implementation
|
||||
attributes:
|
||||
label: 可能的实现方式
|
||||
description: 如果你有想法,描述你希望这个功能如何实现
|
||||
validations:
|
||||
required: false
|
||||
- type: textarea
|
||||
id: alternatives
|
||||
attributes:
|
||||
label: 替代方案
|
||||
description: 描述你考虑过的任何替代解决方案或功能
|
||||
validations:
|
||||
required: false
|
||||
- type: textarea
|
||||
id: additional
|
||||
attributes:
|
||||
label: 其他信息
|
||||
description: 在此处添加有关功能请求的任何其他上下文或截图
|
||||
validations:
|
||||
required: false
|
||||
@@ -1,7 +1,10 @@
|
||||
# SunShineMusic
|
||||
|
||||
# 请不要部署,只是查看源码确保安全,很多地方都是硬编码
|
||||
|
||||
##### 落日音乐官方
|
||||
##### 欢迎使用网站:https://shanwogou.cn.audio
|
||||
##### 欢迎使用网站:https://lrgdmc.cn
|
||||
##### .gitihub不要管,命名失误
|
||||
|
||||
> 代码因文件夹原因需要把zip都解压
|
||||
|
||||
|
||||
Reference in New Issue
Block a user