We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 182bce4 commit 5544150Copy full SHA for 5544150
template/.github/ISSUE_TEMPLATE/02-bug_report.yml.j2
@@ -12,12 +12,12 @@ body:
12
label: Affected Stackable version
13
description: Which version of the Stackable Operator do you see this bug in?
14
15
-{[% if operator.has_product | default(true) %}]
+# {[% if operator.has_product | default(true) %}]
16
- type: input
17
attributes:
18
label: Affected {[ operator.pretty_string }] version
19
description: Which version of {[ operator.pretty_string }] do you see this bug in?
20
-{[% endif %}]
+# {[% endif %}]
21
22
- type: textarea
23
0 commit comments