diff options
author | 2021-07-18 21:56:49 +0100 | |
---|---|---|
committer | 2021-07-18 21:56:49 +0100 | |
commit | 81f0cbfda30a2e24a6dcf989c267e6c29cce4270 (patch) | |
tree | 1f91fcdfe22af29caa55592cd2fbf053ad854c7e | |
parent | Update command.yaml (diff) |
Update command issue template
-rw-r--r-- | .github/ISSUE_TEMPLATE/command.yaml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/command.yaml b/.github/ISSUE_TEMPLATE/command.yaml index fbdd1c7..518eccb 100644 --- a/.github/ISSUE_TEMPLATE/command.yaml +++ b/.github/ISSUE_TEMPLATE/command.yaml @@ -34,3 +34,14 @@ body: - label: Other validations: required: true + - type: dropdown + id: permissions + attributes: + label: Who should be authorised to use this command? + options: + - DevOps + - Admins + DevOps + - Helper+ + - Everyone + validations: + required: true |