Skip to content

Commit

Permalink
another try to fix the bug template
Browse files Browse the repository at this point in the history
  • Loading branch information
robstoll committed Oct 23, 2021
1 parent 3064e61 commit 5a0935d
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/ISSUE_TEMPLATE/bug_report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5a0935d

Please sign in to comment.