Skip to content

Commit 12c045c

Browse files
Fix multiline and numbering
1 parent a4a1a1d commit 12c045c

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,11 @@ body:
2424
attributes:
2525
label: "To Reproduce"
2626
description: "Steps to reproduce the behavior."
27-
placeholder: "1. Go to '...'
28-
1. Click on '...'
29-
1. Scroll down to '...'
30-
1. See error"
27+
placeholder: |
28+
1. Go to '...'
29+
2. Click on '...'
30+
3. Scroll down to '...'
31+
4. See error
3132
validations:
3233
required: true
3334

0 commit comments

Comments
 (0)