Skip to content

Commit

Permalink
[CI] Fix issue template bug & add config
Browse files Browse the repository at this point in the history
  • Loading branch information
aicorein committed Dec 16, 2024
1 parent 3fd1085 commit ece7120
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/ISSUE_TEMPLATE/1-bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,14 +77,18 @@ body:
validations:
required: true

- type: dropdown
- type: checkboxes
id: protocols
attributes:
label: 使用的协议
description: 是否和具体的协议支持有关
options:
-
- 内置 OneBot 协议
- 三方协议(请在“问题描述”板块说明)
- label:
required: false
- label: OneBot 协议(内置)
required: false
- label: 三方协议(请在“问题描述”板块说明)
required: false
validations:
required: true

Expand Down
8 changes: 8 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
blank_issues_enabled: false
contact_links:
- name: melobot 文档
url: https://docs.melobot.org
about: 查阅 melobot 文档与教程
- name: 安全漏洞报告
url: https://github.com/Meloland/melobot/security/advisories/new
about: 通过 Github 平台私密地报告安全漏洞

0 comments on commit ece7120

Please sign in to comment.