Archived
1
0
Fork 0
This repository has been archived on 2024-04-26. You can view files and clone it, but cannot push or open issues or pull requests.
akari-bot/.github/ISSUE_TEMPLATE/request_post_whitelist.yaml

40 lines
1,006 B
YAML
Raw Normal View History

2022-08-30 05:05:40 +00:00
name: 申请推送白名单
2022-08-30 09:21:37 +00:00
description: 提交申请推送白名单使QQ侧公共实例订阅模块优先推送消息到本群/QQ。
2022-08-30 05:08:24 +00:00
title: "[REQUEST]: 推送白名单申请"
2022-08-30 05:05:40 +00:00
labels: ["request"]
assignees:
- OasisAkari
body:
- type: checkboxes
id: preflight
attributes:
label: 开始之前……
options:
2022-08-30 09:21:37 +00:00
- label: 我确定本群/QQ需要使用小可的推送模块如mcv_rss、minecraft_news等且消息需要及时推送。
2022-08-30 05:05:40 +00:00
required: true
2022-08-30 05:30:30 +00:00
- type: dropdown
id: group-type
attributes:
label: 类型
options:
- QQ群
- QQ
validations:
required: true
2022-08-30 05:05:40 +00:00
- type: input
id: qq-id
attributes:
label: QQ号
description: 您的QQ号。
placeholder: e.g. 10000
validations:
2022-08-30 05:30:30 +00:00
required: false
2022-08-30 05:05:40 +00:00
- type: input
id: group-id
attributes:
label: QQ群
description: 您想要申请的群号。
placeholder: e.g. 1000000
validations:
2022-08-30 05:30:30 +00:00
required: false