diff options
| author | 2021-07-18 21:58:26 +0100 | |
|---|---|---|
| committer | 2021-07-18 21:58:26 +0100 | |
| commit | 2dcc6d1f230009e02f1bf9e0d1114be297276651 (patch) | |
| tree | 43f596cf2a884252677615499c233c08bc410ba9 | |
| parent | Update command issue template (diff) | |
Update command.yaml
| -rw-r--r-- | .github/ISSUE_TEMPLATE/command.yaml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.github/ISSUE_TEMPLATE/command.yaml b/.github/ISSUE_TEMPLATE/command.yaml index 518eccb..458f870 100644 --- a/.github/ISSUE_TEMPLATE/command.yaml +++ b/.github/ISSUE_TEMPLATE/command.yaml @@ -36,12 +36,13 @@ body: required: true - type: dropdown id: permissions + multiple: true attributes: label: Who should be authorised to use this command? options: - DevOps - - Admins + DevOps - - Helper+ + - Admins + - Helpers - Everyone validations: required: true |