Skip to content

Commit a99b4c7

Browse files
authored
Fix syntax error in bug report (#718)
1 parent 55b8834 commit a99b4c7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/ISSUE_TEMPLATE/bug_report.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ body:
2525
label: To Reproduce
2626
description: Steps to reproduce the behavior
2727
value: |
28-
1. Go to '...'
29-
2. Click on '....'
30-
3. Scroll down to '....'
28+
1. Go to ...
29+
2. Click on ...
30+
3. Scroll down to ...
3131
4. See error"
3232
validations:
3333
required: true

0 commit comments

Comments
 (0)