From 597ac46195c4783b2e51d89dfc0f4a0e920b397c Mon Sep 17 00:00:00 2001 From: Kevin Ingersoll Date: Fri, 15 Apr 2022 01:14:21 -0700 Subject: [PATCH] fix shell rendering in bug report template (#1167) The "Relevant log output" wasn't rendering as a code snippet due to some extra indentation --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index a7ebed1cf..e31d61512 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -37,7 +37,7 @@ body: description: | Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks. - render: shell + render: shell label: "Relevant log output:" id: logs type: textarea