增加 issue form 配置文件 (#1006)

* Update 1-update-request.yml

* Create config.yml

* Rename 1-update-request.yml to 1-update-request.yml

* Rename config.yml to config.yml
This commit is contained in:
SilverWolf 2024-04-20 23:30:10 +08:00 committed by GitHub
parent 262e62145a
commit db2bd9ccf5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 17 additions and 12 deletions

View File

@ -15,14 +15,14 @@ body:
label: "API 来源"
description: "该 API 在何平台中使用"
options:
- label: "Web 端(含 h5"
- label: "PC 客户端Electron"
- label: "Android 客户端(含粉版、平板版、蓝版、概念版、国际版等)"
- label: "TV 客户端(含云试听小电视、车机、物联网版等)"
- label: "IOS 客户端(含粉版、平板版、概念版等)"
- label: "必剪客户端"
- label: "漫画客户端"
- label: "其他(请在详情中备注)"
- "Web 端(含 h5"
- "PC 客户端Electron"
- "Android 客户端(含粉版、平板版、蓝版、概念版、国际版等)"
- "TV 客户端(含云试听小电视、车机、物联网版等)"
- "IOS 客户端(含粉版、平板版、概念版等)"
- "必剪客户端"
- "漫画客户端"
- "其他(请在详情中备注)"
validations:
required: true
- type: dropdown
@ -31,10 +31,10 @@ body:
label: "API 类型"
description: "API 所使用的协议标准及调用方式"
options:
- label: "REST"
- label: "gRPC"
- label: "长连接数据帧(含 ws、TCP"
- label: "其他类型(请在详情中备注)"
- "REST"
- "gRPC"
- "长连接数据帧(含 ws、TCP"
- "其他类型(请在详情中备注)"
validations:
required: true
- type: input

5
.github/ISSUE_TEMPLATE/config.yml vendored Normal file
View File

@ -0,0 +1,5 @@
blank_issues_enabled: false
contact_links:
- name: 参与讨论
url: https://github.com/SocialSisterYi/bilibili-API-collect/discussions
about: 代码用例、情报分享等内容请使用 Discussions