Skip to content
This repository was archived by the owner on Jun 27, 2023. It is now read-only.

Commit 8af9f7b

Browse files
authored
Update bug_report.yml
1 parent c43be25 commit 8af9f7b

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

+6-2
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,18 @@ body:
2727
placeholder: Bug description
2828
validations:
2929
required: true
30-
- type: textarea
30+
- type: textarea
3131
id: reproduction
3232
attributes:
3333
label: Describe the bug
3434
description: Steps to reproduce the behavior
35+
placeholder: "1. Go to '...'
36+
2. Click on '....'
37+
3. Scroll down to '....'
38+
4. See error"
3539
validations:
3640
required: true
37-
- type: textarea
41+
- type: textarea
3842
id: expected
3943
attributes:
4044
label: Expected behavior

0 commit comments

Comments
 (0)