mirror of
https://github.com/SocialSisterYi/bilibili-API-collect.git
synced 2024-12-26 12:30:07 +08:00
增加 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:
parent
262e62145a
commit
db2bd9ccf5
@ -15,14 +15,14 @@ body:
|
|||||||
label: "API 来源"
|
label: "API 来源"
|
||||||
description: "该 API 在何平台中使用"
|
description: "该 API 在何平台中使用"
|
||||||
options:
|
options:
|
||||||
- label: "Web 端(含 h5)"
|
- "Web 端(含 h5)"
|
||||||
- label: "PC 客户端(Electron)"
|
- "PC 客户端(Electron)"
|
||||||
- label: "Android 客户端(含粉版、平板版、蓝版、概念版、国际版等)"
|
- "Android 客户端(含粉版、平板版、蓝版、概念版、国际版等)"
|
||||||
- label: "TV 客户端(含云试听小电视、车机、物联网版等)"
|
- "TV 客户端(含云试听小电视、车机、物联网版等)"
|
||||||
- label: "IOS 客户端(含粉版、平板版、概念版等)"
|
- "IOS 客户端(含粉版、平板版、概念版等)"
|
||||||
- label: "必剪客户端"
|
- "必剪客户端"
|
||||||
- label: "漫画客户端"
|
- "漫画客户端"
|
||||||
- label: "其他(请在详情中备注)"
|
- "其他(请在详情中备注)"
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: dropdown
|
- type: dropdown
|
||||||
@ -31,10 +31,10 @@ body:
|
|||||||
label: "API 类型"
|
label: "API 类型"
|
||||||
description: "API 所使用的协议标准及调用方式"
|
description: "API 所使用的协议标准及调用方式"
|
||||||
options:
|
options:
|
||||||
- label: "REST"
|
- "REST"
|
||||||
- label: "gRPC"
|
- "gRPC"
|
||||||
- label: "长连接数据帧(含 ws、TCP)"
|
- "长连接数据帧(含 ws、TCP)"
|
||||||
- label: "其他类型(请在详情中备注)"
|
- "其他类型(请在详情中备注)"
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: input
|
- type: input
|
5
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
5
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
blank_issues_enabled: false
|
||||||
|
contact_links:
|
||||||
|
- name: 参与讨论
|
||||||
|
url: https://github.com/SocialSisterYi/bilibili-API-collect/discussions
|
||||||
|
about: 代码用例、情报分享等内容请使用 Discussions
|
Loading…
Reference in New Issue
Block a user