Skip to content

Commit 14dd8b6

Browse files
committed
chore: fix typo and drop removed --short flag in bug report template
- Fix typo "aginst" -> "against" in the Environment field. - kubectl's --short flag was removed (1.28+); suggest plain `kubectl version`. Issue-template only, no functional change.
1 parent 08c1e18 commit 14dd8b6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ body:
3333
attributes:
3434
label: Environment
3535
description: |
36-
What type of kubernetes cluster you are running aginst (k3s/eks/aks/gke/other) and any other information about your environment?
36+
What type of kubernetes cluster you are running against (k3s/eks/aks/gke/other) and any other information about your environment?
3737
placeholder: |
3838
Examples:
39-
Output of `kubectl version --short`
39+
Output of `kubectl version`
4040
4141
- type: dropdown
4242
attributes:

0 commit comments

Comments
 (0)