We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bf0771 commit 583af9eCopy full SHA for 583af9e
.github/ISSUE_TEMPLATE/bug-report.yml
@@ -89,3 +89,21 @@ body:
89
label: Describe the bug / error
90
validations:
91
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
105
106
+ label: Expected behavior
107
+ description: What did you expect to happen when the reproduce steps are followed?
108
109
0 commit comments