diff options
Diffstat (limited to '.github')
| -rw-r--r-- | .github/ISSUE_TEMPLATE/invitation.yml | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/invitation.yml b/.github/ISSUE_TEMPLATE/invitation.yml new file mode 100644 index 0000000..a864f8b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/invitation.yml @@ -0,0 +1,30 @@ +name: 邀请成为水系历史骰主 +description: 我很乐意成为水系的骰主并为社区做出贡献 +title: "请邀请我成为水系历史骰主并允许我为社区做出贡献" +labels: [invitation] +body: + - type: input + id: name + attributes: + label: Name + placeholder: 输入你的名字 + validations: + required: true + - type: input + id: user_id + attributes: + label: QQ ID (if applicable) + placeholder: 输入你的QQ账号 + validations: + required: false + - type: textarea + id: Additional + attributes: + label: Additional Context + description: 你为什么想加入水系社区? + validations: + required: true + - type: markdown + attributes: + value: | + 你也可以加入水系用户群(126211793)或者访问水系官网(hydroroll.retrofor.space)。 |
