From 17f7a0259d7a7fdc482ec5dc206f8e80b05deb7e Mon Sep 17 00:00:00 2001 From: Techassi Date: Tue, 19 Aug 2025 11:40:41 +0200 Subject: [PATCH 1/3] fix(template): Retire bug_report.yaml template removed in #494 --- config/retired_files.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/config/retired_files.yaml b/config/retired_files.yaml index 9d38ea13..cc345038 100644 --- a/config/retired_files.yaml +++ b/config/retired_files.yaml @@ -3,5 +3,6 @@ # This is uncommented as I had issues with everything being deleted when this was just present as an empty key. # May be something to investigate. retired_files: + - .github/ISSUE_TEMPLATE/bug_report.yml - .readme/static/sdp_overview.png - bors.toml From 3034aef77e6650d44a226360cab67a7f9ee9871d Mon Sep 17 00:00:00 2001 From: Techassi Date: Tue, 19 Aug 2025 11:40:58 +0200 Subject: [PATCH 2/3] fix(template): Fix whitespace in bug report issue template --- template/.github/ISSUE_TEMPLATE/02-bug_report.yml.j2 | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/template/.github/ISSUE_TEMPLATE/02-bug_report.yml.j2 b/template/.github/ISSUE_TEMPLATE/02-bug_report.yml.j2 index 661bac37..9ea04fd7 100644 --- a/template/.github/ISSUE_TEMPLATE/02-bug_report.yml.j2 +++ b/template/.github/ISSUE_TEMPLATE/02-bug_report.yml.j2 @@ -12,13 +12,12 @@ body: label: Affected Stackable version description: Which version of the Stackable Operator do you see this bug in? -# {[% if operator.has_product | default(true) %}] - +# {[%- if operator.has_product | default(true) +%}] - type: input attributes: label: Affected {[ operator.pretty_string }] version description: Which version of {[ operator.pretty_string }] do you see this bug in? -# {[% endif %}] +# {[%- endif +%}] - type: textarea attributes: @@ -41,7 +40,7 @@ body: attributes: label: Environment description: | - What type of kubernetes cluster you are running aginst (k3s/eks/aks/gke/other) and any other information about your environment? + What type of kubernetes cluster you are running against (k3s/eks/aks/gke/other) and any other information about your environment? placeholder: | Examples: Output of `kubectl version --short` From 06211b2b35fbb9651e28691bbbc0f86aa50acf1a Mon Sep 17 00:00:00 2001 From: Techassi Date: Tue, 19 Aug 2025 14:08:21 +0200 Subject: [PATCH 3/3] fix(template): Adjust indentation --- template/.github/ISSUE_TEMPLATE/02-bug_report.yml.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/template/.github/ISSUE_TEMPLATE/02-bug_report.yml.j2 b/template/.github/ISSUE_TEMPLATE/02-bug_report.yml.j2 index 9ea04fd7..6b999c01 100644 --- a/template/.github/ISSUE_TEMPLATE/02-bug_report.yml.j2 +++ b/template/.github/ISSUE_TEMPLATE/02-bug_report.yml.j2 @@ -12,12 +12,12 @@ body: label: Affected Stackable version description: Which version of the Stackable Operator do you see this bug in? -# {[%- if operator.has_product | default(true) +%}] + # {[%- if operator.has_product | default(true) +%}] - type: input attributes: label: Affected {[ operator.pretty_string }] version description: Which version of {[ operator.pretty_string }] do you see this bug in? -# {[%- endif +%}] + # {[%- endif +%}] - type: textarea attributes: