Skip to content

Commit

Permalink
updated template description
Browse files Browse the repository at this point in the history
  • Loading branch information
rsteube committed Jul 20, 2024
1 parent 8f30671 commit 496ccfb
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions .github/ISSUE_TEMPLATE/completer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,18 @@ 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)
- Bottomless Pit (git, aws, gcloud, az, kubectl)
- S
- M
- L
- XL
validations:
required: true
- type: textarea
Expand Down

0 comments on commit 496ccfb

Please sign in to comment.