From b380fc1165a685cf2541dbf96792cb31718f0b6b Mon Sep 17 00:00:00 2001 From: rsteube Date: Sat, 20 Jul 2024 12:40:59 +0200 Subject: [PATCH] updated template description --- .github/ISSUE_TEMPLATE/completer.yaml | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/completer.yaml b/.github/ISSUE_TEMPLATE/completer.yaml index de5c108d36..f16b61695e 100644 --- a/.github/ISSUE_TEMPLATE/completer.yaml +++ b/.github/ISSUE_TEMPLATE/completer.yaml @@ -45,12 +45,17 @@ body: - type: dropdown attributes: label: Complexity - description: Complexity of the command. + description: | + Complexity of the command. + S (no subcommands, low argument complexity) + M (less than 20 subcommands, medium argument complexity) + L (over 20 subcommands, large argument complexity) + XL (bottomless pit - git, aws, gcloud, az, kubectl) options: - - S (no subcommands, low argument complexity) - - M (less than 20 subcommands, medium argument complexity) - - L (over 20 subcommands, large argument complexity) - - XL (bottomless pit - git, aws, gcloud, az, kubectl) + - S + - M + - L + - XL validations: required: true - type: textarea