Skip to content

Commit

Permalink
gh: don't use code blocks in Bug report template
Browse files Browse the repository at this point in the history
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 <lmb@isovalent.com>
  • Loading branch information
lmb committed Apr 26, 2024
1 parent eaef6a7 commit fd5acad
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Expand Up @@ -14,15 +14,13 @@ body:
description: |
A clear and concise description of what the bug is.
Include what you expected to happen instead.
render: markdown
validations:
required: true

- type: textarea
attributes:
label: How to reproduce
description: "Steps to reproduce the behavior."
render: shell
validations:
required: true

Expand Down

0 comments on commit fd5acad

Please sign in to comment.