diff options
| author | 2023-07-21 17:32:38 +0800 | |
|---|---|---|
| committer | 2023-07-21 17:32:38 +0800 | |
| commit | 2bec5ecb8d455c9b99cf28756e50b865e5cdc2cc (patch) | |
| tree | f7a4f349838448a859b2f599ad2d6c75fd1bb77a | |
| parent | 44393899958cf49080f29df4e9a4bc87a3554aba (diff) | |
| download | support-2bec5ecb8d455c9b99cf28756e50b865e5cdc2cc.tar.gz support-2bec5ecb8d455c9b99cf28756e50b865e5cdc2cc.zip | |
Update invitation.yml
| -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: | |
