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_add_petals.yaml

68 lines
2.3 KiB
YAML
Raw Normal View History

2023-08-20 05:58:42 +00:00
name: 添加花瓣
description: 为你的群组添加一定数量花瓣。
title: "[REQUEST]: 申请添加花瓣"
labels: ["request"]
assignees:
- Teahouse-Studios/akaribot-admin
body:
- type: markdown
attributes:
value: |
为防止 ask 模块被滥用导致无法持续提供服务,故采用花瓣分配制。请填写以下表单以请求花瓣。
请注意,在申请成功后的 30 天内,若无特殊原因请勿再次申请,否则您的申请可能会被拒绝。
提示:使用 ask 一次请求约消耗 3 个花瓣,请详细考虑再决定您申请的数量。
- type: checkboxes
id: preflight
attributes:
label: 开始之前……
description:
options:
- label: 我已阅读并同意小可 [服务条款](https://bot.teahouse.team/wiki/tos) 和 Teahouse Studios [隐私政策](https://teahouse.team/privacy)。
required: true
- label: 我是群组的管理员。
required: true
- type: dropdown
2023-08-20 06:17:09 +00:00
id: platform
attributes:
2023-08-20 06:17:09 +00:00
label: 聊天平台
description: 您的账号所在平台。
options:
- QQ 群
2023-08-20 06:17:09 +00:00
- QQ 频道
- Kook
- Discord
- Telegram
2023-08-20 05:58:42 +00:00
- type: input
2023-08-20 06:17:09 +00:00
id: user-id
2023-08-20 05:58:42 +00:00
attributes:
2023-08-20 06:17:09 +00:00
label: 用户 ID
description: 您的 QQ 号/Telegram ID/Discord handle。
placeholder: e.g. QQ 10000/TG @Example/DC Example#1234
2023-08-20 05:58:42 +00:00
validations:
required: true
- type: input
id: group-id
attributes:
2023-08-20 06:17:09 +00:00
label: 群组 ID
description: 您的群组的 QQ 群号/Telegram 群名称(或邀请链接)/Discord 服务器 ID需要开启开发者模式/Discord 服务器邀请链接。
placeholder: e.g. QQ 1000000/TG <https://t.me/example>/DC 12345678910111213/DC <https://discord.gg/exAmpl3>
2023-08-20 05:58:42 +00:00
validations:
required: true
- type: input
id: request-petals
attributes:
label: 花瓣数量
description: 您估计想为群组申请的花瓣数量。(若申请数量过多,则请求可能会被削减或拒绝)
validations:
required: true
- type: textarea
id: other
attributes:
label: 备注
description: 您还想告诉我们什么?
placeholder: 什么都可以哦,没有就算了吧。
validations:
required: false