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 8da2be7 commit b380fc1
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions .github/ISSUE_TEMPLATE/completer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b380fc1

Please sign in to comment.