From fd5acad927bdc77fbf653e32fd56a2c3e145dd71 Mon Sep 17 00:00:00 2001 From: Lorenz Bauer Date: Fri, 26 Apr 2024 11:28:27 +0100 Subject: [PATCH] gh: don't use code blocks in Bug report template The Bug report template turns the textareas into code blocks. This leads to some weird formatting. Remove the offending "render:" attribute. Signed-off-by: Lorenz Bauer --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index f2ea7a3d4..288379ecf 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -14,7 +14,6 @@ body: description: | A clear and concise description of what the bug is. Include what you expected to happen instead. - render: markdown validations: required: true @@ -22,7 +21,6 @@ body: attributes: label: How to reproduce description: "Steps to reproduce the behavior." - render: shell validations: required: true