Skip to content

Commit 583af9e

Browse files
update issue template: bug report
1 parent 2bf0771 commit 583af9e

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,3 +89,21 @@ body:
8989
label: Describe the bug / error
9090
validations:
9191
required: true
92+
93+
- type: textarea
94+
attributes:
95+
label: Steps to reproduce
96+
description: How do you reproduce this? Please provide as much step-by-step detail as possible.
97+
value: |
98+
1.
99+
2.
100+
3.
101+
validations:
102+
required: true
103+
104+
- type: textarea
105+
attributes:
106+
label: Expected behavior
107+
description: What did you expect to happen when the reproduce steps are followed?
108+
validations:
109+
required: true

0 commit comments

Comments
 (0)