From 492910c0d9952595a8c39e4e53cd135c84c0ebf5 Mon Sep 17 00:00:00 2001 From: Joe Banks Date: Sun, 18 Jul 2021 21:50:22 +0100 Subject: Create command.yaml --- .github/ISSUE_TEMPLATE/command.yaml | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/command.yaml diff --git a/.github/ISSUE_TEMPLATE/command.yaml b/.github/ISSUE_TEMPLATE/command.yaml new file mode 100644 index 0000000..2fda484 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/command.yaml @@ -0,0 +1,36 @@ +name: Command Idea +description: Suggest a new command for King Arthur +labels: [command] +assignees: + - jb3 +body: + - type: markdown + attributes: + value: | + Thanks for taking the time to suggest a new command! + - type: input + id: command + attributes: + label: Command Name + description: Example naming for the suggested command + placeholder: e.g. arthur foo bar + validations: + required: false + - type: textarea + id: details + attributes: + label: What should the command do? + validations: + required: true + - type: checkboxes + id: apis + attributes: + label: APIs + description: What APIs would this command interact with? + options: + - Cloudflare + - Kubernetes + - Discord + - Other + validations: + required: true -- cgit v1.2.3 From 059cbaddbbdcd8ed5205328783a9dd675953098c Mon Sep 17 00:00:00 2001 From: Joe Banks Date: Sun, 18 Jul 2021 21:52:09 +0100 Subject: Update command.yaml --- .github/ISSUE_TEMPLATE/command.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/command.yaml b/.github/ISSUE_TEMPLATE/command.yaml index 2fda484..fbdd1c7 100644 --- a/.github/ISSUE_TEMPLATE/command.yaml +++ b/.github/ISSUE_TEMPLATE/command.yaml @@ -28,9 +28,9 @@ body: label: APIs description: What APIs would this command interact with? options: - - Cloudflare - - Kubernetes - - Discord - - Other + - label: Cloudflare + - label: Kubernetes + - label: Discord + - label: Other validations: required: true -- cgit v1.2.3 From 81f0cbfda30a2e24a6dcf989c267e6c29cce4270 Mon Sep 17 00:00:00 2001 From: Joe Banks Date: Sun, 18 Jul 2021 21:56:49 +0100 Subject: Update command issue template --- .github/ISSUE_TEMPLATE/command.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) 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 -- cgit v1.2.3 From 2dcc6d1f230009e02f1bf9e0d1114be297276651 Mon Sep 17 00:00:00 2001 From: Joe Banks Date: Sun, 18 Jul 2021 21:58:26 +0100 Subject: Update command.yaml --- .github/ISSUE_TEMPLATE/command.yaml | 5 +++-- 1 file 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 -- cgit v1.2.3 From d18ef06ac22440cf3328c07df2bc881bb344ea43 Mon Sep 17 00:00:00 2001 From: Joe Banks Date: Sun, 18 Jul 2021 21:58:58 +0100 Subject: Update command.yaml --- .github/ISSUE_TEMPLATE/command.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/command.yaml b/.github/ISSUE_TEMPLATE/command.yaml index 458f870..bc71aa4 100644 --- a/.github/ISSUE_TEMPLATE/command.yaml +++ b/.github/ISSUE_TEMPLATE/command.yaml @@ -36,8 +36,8 @@ body: required: true - type: dropdown id: permissions - multiple: true attributes: + multiple: true label: Who should be authorised to use this command? options: - DevOps -- cgit v1.2.3