mirror of
https://github.com/NeteaseCloudMusicApiEnhanced/api-enhanced.git
synced 2026-06-13 18:55:07 +00:00
perf: 更新Bug报告模板和配置
This commit is contained in:
parent
d0d71bb4f9
commit
68567f4a14
43
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
43
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@ -14,17 +14,17 @@ body:
|
|||||||
id: terms
|
id: terms
|
||||||
attributes:
|
attributes:
|
||||||
label: 确认事项
|
label: 确认事项
|
||||||
description: 在提交Bug报告前,请确认以下事项
|
description: |
|
||||||
|
在提交Bug报告前,请确认以下事项:
|
||||||
|
|
||||||
|
- 我已经搜索了现有的issues,确认这不是重复问题
|
||||||
|
- 我使用的是最新版本的API, 而且是官方发布的版本,而不是fork或修改版
|
||||||
|
- 不处理别人搭建的线上服务的问题,此项目提供任何线上服务不保证质量
|
||||||
|
- 如果不是提建议,提 issues 如果不照着模版来将不会优先处理或放着不管
|
||||||
|
- 维护项目都是业余时间,精力有限,我只能挑容易解决的issues处理,为了节约双方时间,请尽可能提供足够的有用的信息,给的信息不够我只能根据精力和时间看情况处理,如果模板信息看都不看就删掉,我不会进行任何回复,并且一个月后close掉issue
|
||||||
|
|
||||||
options:
|
options:
|
||||||
- label: 我已经搜索了现有的issues,确认这不是重复问题
|
- label: 我已确认以上事项
|
||||||
required: true
|
|
||||||
- label: 我使用的是最新版本的API, 而且是官方发布的版本,而不是fork或修改版
|
|
||||||
required: true
|
|
||||||
- label: 不处理别人搭建的线上服务的问题,此项目提供任何线上服务不保证质量
|
|
||||||
required: true
|
|
||||||
- label: 如果不是提建议,提 issues 如果不照着模版来将不会优先处理或放着不管
|
|
||||||
required: true
|
|
||||||
- label: 维护项目都是业余时间,精力有限,我只能挑容易解决的issues处理,为了节约双方时间,请尽可能提供足够的有用的信息,给的信息不够我只能根据精力和时间看情况处理,如果模板信息看都不看就删掉,我不会进行任何回复,并且一个月后close掉issue
|
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
- type: input
|
- type: input
|
||||||
@ -36,29 +36,14 @@ body:
|
|||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
- type: dropdown
|
|
||||||
id: os
|
|
||||||
attributes:
|
|
||||||
label: 操作系统或平台
|
|
||||||
description: 您在哪个操作系统上遇到了这个问题?
|
|
||||||
options:
|
|
||||||
- Windows 10
|
|
||||||
- Windows 11
|
|
||||||
- Ubuntu 20.04
|
|
||||||
- Ubuntu 22.04
|
|
||||||
- macOS
|
|
||||||
- 其他 Linux 发行版
|
|
||||||
- 使用部署平台或其他 (请在描述中说明)
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
|
|
||||||
- type: dropdown
|
- type: dropdown
|
||||||
id: deployment
|
id: deployment
|
||||||
attributes:
|
attributes:
|
||||||
label: 部署平台
|
label: 部署方式
|
||||||
description:
|
description: 此项目支持本地部署和云平台部署,您使用的是哪种方式?
|
||||||
options:
|
options:
|
||||||
- 我使用的自己的服务器部署
|
- 本机直接运行 (node / pm2)
|
||||||
|
- 本机 Docker 部署
|
||||||
- Vercel
|
- Vercel
|
||||||
- Heroku
|
- Heroku
|
||||||
- Railway
|
- Railway
|
||||||
|
|||||||
3
.github/ISSUE_TEMPLATE/config.yml
vendored
3
.github/ISSUE_TEMPLATE/config.yml
vendored
@ -1,5 +1,8 @@
|
|||||||
blank_issues_enabled: true
|
blank_issues_enabled: true
|
||||||
contact_links:
|
contact_links:
|
||||||
|
- name: ↑请尽量使用议题模板创建议题↑
|
||||||
|
url: https://github.com/NeteaseCloudMusicApiEnhanced/api-enhanced/issues/new/choose
|
||||||
|
about: 选择适合的议题模板可以帮助我们更快地定位和解决问题
|
||||||
- name: 提问的艺术
|
- name: 提问的艺术
|
||||||
url: https://github.com/ryanhanwu/How-To-Ask-Questions-The-Smart-Way/blob/main/README-zh_CN.md
|
url: https://github.com/ryanhanwu/How-To-Ask-Questions-The-Smart-Way/blob/main/README-zh_CN.md
|
||||||
about: 默认所有 Issues 发起者均已了解此处的内容
|
about: 默认所有 Issues 发起者均已了解此处的内容
|
||||||
Loading…
x
Reference in New Issue
Block a user