fix shell rendering in bug report template (#1167)

The "Relevant log output" wasn't rendering as a code snippet due to some extra indentation
pull/1177/head
Kevin Ingersoll 3 years ago committed by GitHub
parent 741fc06ea8
commit 597ac46195
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .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

Loading…
Cancel
Save