File tree Expand file tree Collapse file tree 2 files changed +16
-4
lines changed Expand file tree Collapse file tree 2 files changed +16
-4
lines changed Original file line number Diff line number Diff line change @@ -77,14 +77,18 @@ body:
77
77
validations :
78
78
required : true
79
79
80
- - type : dropdown
80
+ - type : checkboxes
81
81
id : protocols
82
82
attributes :
83
+ label : 使用的协议
83
84
description : 是否和具体的协议支持有关
84
85
options :
85
- - 无
86
- - 内置 OneBot 协议
87
- - 三方协议(请在“问题描述”板块说明)
86
+ - label : 无
87
+ required : false
88
+ - label : OneBot 协议(内置)
89
+ required : false
90
+ - label : 三方协议(请在“问题描述”板块说明)
91
+ required : false
88
92
validations :
89
93
required : true
90
94
Original file line number Diff line number Diff line change
1
+ blank_issues_enabled : false
2
+ contact_links :
3
+ - name : melobot 文档
4
+ url : https://docs.melobot.org
5
+ about : 查阅 melobot 文档与教程
6
+ - name : 安全漏洞报告
7
+ url : https://github.com/Meloland/melobot/security/advisories/new
8
+ about : 通过 Github 平台私密地报告安全漏洞
You can’t perform that action at this time.
0 commit comments