diff options
Diffstat (limited to '.github')
| -rw-r--r-- | .github/ISSUE_TEMPLATE/invitation.yml | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/.github/ISSUE_TEMPLATE/invitation.yml b/.github/ISSUE_TEMPLATE/invitation.yml index c39d385..df74fa3 100644 --- a/.github/ISSUE_TEMPLATE/invitation.yml +++ b/.github/ISSUE_TEMPLATE/invitation.yml @@ -12,7 +12,7 @@ body: validations: required: true - type: input - id: user_id + id: name attributes: label: QQ ID (if applicable) placeholder: 输入你的QQ账号 @@ -25,6 +25,16 @@ body: description: 你为什么想加入水系社区? validations: required: true +- type: dropdown + id: download + attributes: + label: 你想以怎样的身份进入水系社区?(默认:遗产骰主) + options: + - 遗产骰主 + - 贡献者 + - 核心成员 + validations: + required: true - type: markdown attributes: value: | |
