aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2021-07-18 21:56:49 +0100
committerGravatar GitHub <[email protected]>2021-07-18 21:56:49 +0100
commit81f0cbfda30a2e24a6dcf989c267e6c29cce4270 (patch)
tree1f91fcdfe22af29caa55592cd2fbf053ad854c7e
parentUpdate command.yaml (diff)
Update command issue template
-rw-r--r--.github/ISSUE_TEMPLATE/command.yaml11
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