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/add_new_group.yaml

55 lines
2 KiB
YAML
Raw Normal View History

2021-11-20 15:18:49 +00:00
name: Bug Report
description: File a bug report
title: "[NEW]: "
labels: ["New"]
assignees:
- OasisAkari
body:
- type: markdown
attributes:
value: |
你好哇感谢您使用小可想必您一定想要让小可为您的QQ群聊或者频道效劳吧填写下方的表单让我们马上开始。
- type: checkboxes
id: preflight
attributes:
label: 开始之前……
description: 让我们看看你的登机牌准备好了吗
options:
- label: 我已阅读并同意小可 [服务条款](https://bot.teahou.se/wiki/tos) 和 Teahouse Studios [隐私政策](https://teahou.se/privacy)、问谛居 [用户协议](https://doc.wd-ljt.com/policy/user/) 和 [隐私政策](https://doc.wd-ljt.com/policy/privacy/)
required: true
- label: 我已事先添加当前机器人的账号 `2314163511` 为好友,且已发送群聊邀请/频道通行证至机器人。
- type: dropdown
id: group-type
attributes:
label: QQ群组类型
description: 你要申请加入什么样的QQ群组是老掉牙的群还是最新潮流的QQ频道beta
options:
- QQ群
- QQ频道beta
validations:
required: true
- type: input
id: qq-id
attributes:
label: QQ号
description: 您的QQ号您必须为本群/频道的群主或管理员才能申请让机器人加群。
placeholder: e.g. 10000
validations:
required: true
- type: input
id: group-id
attributes:
label: QQ群
description: 您想要让机器人加入的群的群号,如您要申请的是频道,请将通行证发送给机器人,然后在此处备注即可。
placeholder: e.g. 1000000
validations:
required: true
- type: textarea
id: other
attributes:
label: 备注
description: 你还想告诉我们什么?
placeholder: 什么都可以哦,没有就算了吧。
validations:
2021-11-20 15:20:20 +00:00
required: false