Skip to content

Commit 3034aef

Browse files
committed
fix(template): Fix whitespace in bug report issue template
1 parent 17f7a02 commit 3034aef

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

template/.github/ISSUE_TEMPLATE/02-bug_report.yml.j2

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,12 @@ body:
1212
label: Affected Stackable version
1313
description: Which version of the Stackable Operator do you see this bug in?
1414

15-
# {[% if operator.has_product | default(true) %}]
16-
15+
# {[%- if operator.has_product | default(true) +%}]
1716
- type: input
1817
attributes:
1918
label: Affected {[ operator.pretty_string }] version
2019
description: Which version of {[ operator.pretty_string }] do you see this bug in?
21-
# {[% endif %}]
20+
# {[%- endif +%}]
2221

2322
- type: textarea
2423
attributes:
@@ -41,7 +40,7 @@ body:
4140
attributes:
4241
label: Environment
4342
description: |
44-
What type of kubernetes cluster you are running aginst (k3s/eks/aks/gke/other) and any other information about your environment?
43+
What type of kubernetes cluster you are running against (k3s/eks/aks/gke/other) and any other information about your environment?
4544
placeholder: |
4645
Examples:
4746
Output of `kubectl version --short`

0 commit comments

Comments
 (0)