Skip to content

Commit 028a065

Browse files
authored
Merge pull request #926 from Poker-sang/poker/fix-issue-template
Allow code blocks in issue template
2 parents 8e34739 + ae935f5 commit 028a065

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ body:
3131
required: true
3232
attributes:
3333
label: Steps to reproduce
34-
render: text
3534
description: Provide steps to reproduce the issue, or let us know why it can't be reproduced (e.g. more complex setup, environment, dependencies, etc...). If you want to insert a code snippet, make sure to properly format it (add 3 backticks ` at the start and end of your code, followed by the language in use, eg. "csharp") and to remove leading whitespace in each line (if you're pasting code from another IDE where it was indented).
3635
placeholder: |
3736
Example repro steps:

0 commit comments

Comments
 (0)