Skip to content

Commit 7a0e577

Browse files
authored
fix(template): Fix whitespace in bug report issue template (#546)
* fix(template): Retire bug_report.yaml template removed in #494 * fix(template): Fix whitespace in bug report issue template * fix(template): Adjust indentation
1 parent 4db70cd commit 7a0e577

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

config/retired_files.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@
33
# This is uncommented as I had issues with everything being deleted when this was just present as an empty key.
44
# May be something to investigate.
55
retired_files:
6+
- .github/ISSUE_TEMPLATE/bug_report.yml
67
- .readme/static/sdp_overview.png
78
- bors.toml

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)