From b0f625fb7bf479ab8a7739f70dc6339a9251dada Mon Sep 17 00:00:00 2001 From: Felix Breidenstein Date: Thu, 25 Sep 2025 14:43:59 +0200 Subject: [PATCH] Fix typo in bug-report issue template Without a newline, the code block won't render Signed-off-by: Felix Breidenstein --- .github/ISSUE_TEMPLATE/bug-report.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yaml b/.github/ISSUE_TEMPLATE/bug-report.yaml index 4309d800b..1637d26a5 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yaml +++ b/.github/ISSUE_TEMPLATE/bug-report.yaml @@ -44,6 +44,7 @@ body: label: Helm version value: |
+ ```console $ helm version # paste output here