Skip to content

Commit

Permalink
增加 issue form 配置文件 (#1006)
Browse files Browse the repository at this point in the history
* Update 1-update-request.yml

* Create config.yml

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

* Rename config.yml to config.yml
  • Loading branch information
catlair committed Apr 20, 2024
1 parent 262e621 commit db2bd9c
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
5 changes: 5 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
blank_issues_enabled: false
contact_links:
- name: 参与讨论
url: https://github.com/SocialSisterYi/bilibili-API-collect/discussions
about: 代码用例、情报分享等内容请使用 Discussions

0 comments on commit db2bd9c

Please sign in to comment.