diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index 3d1056e63b..8b661a3e1a 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -44,11 +44,10 @@ body: id: reproduce attributes: label: How to reproduce the problem? - value: "```kotlin - - expect("this dummy text").wasReplaced.withYourCode() - - ```" + value: | + ```kotlin + expect("this dummy text").wasReplaced.withYourCode() + ``` validations: required: true - type: textarea