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.1 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: |
2023-08-20 18:35:01 +00:00
为防止 `ask` 模块被滥用导致无法持续提供服务,故采用积分分配制。请填写以下表单来添加花瓣。
2023-08-20 05:58:42 +00:00
2023-08-20 18:35:01 +00:00
请注意,在申请成功后的 30 天内,若无特殊原因请勿再次申请,否则您的申请会被拒绝。
2023-08-20 05:58:42 +00:00
2023-08-20 06:21:00 +00:00
提示:使用 `ask` 命令一次请求约消耗 3 个花瓣,请详细考虑再决定您申请的数量。
2023-08-20 05:58:42 +00:00
- 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
2023-08-20 06:21:43 +00:00
description: 您的对话 ID可使用 `whoami` 命令查看。
placeholder: e.g. QQ|Group|1000000
2023-08-20 05:58:42 +00:00
validations:
required: true
- type: input
id: request-petals
attributes:
label: 花瓣数量
2023-08-20 18:35:01 +00:00
description: 您估计想为群组申请的花瓣数量。(若数量过多,则可能会被削减或拒绝请求)
2023-08-20 05:58:42 +00:00
validations:
required: true
- type: textarea
id: other
attributes:
label: 备注
description: 您还想告诉我们什么?
placeholder: 什么都可以哦,没有就算了吧。
validations:
required: false