Skip to content

Commit 5544150

Browse files
committed
Hopefully fix syntax error/yamllint
1 parent 182bce4 commit 5544150

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +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) %}]
15+
# {[% if operator.has_product | default(true) %}]
1616
- type: input
1717
attributes:
1818
label: Affected {[ operator.pretty_string }] version
1919
description: Which version of {[ operator.pretty_string }] do you see this bug in?
20-
{[% endif %}]
20+
# {[% endif %}]
2121

2222
- type: textarea
2323
attributes:

0 commit comments

Comments
 (0)