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 50e4f82 commit a265a05Copy full SHA for a265a05
.github/ISSUE_TEMPLATE/001_bug_report.yml
@@ -12,7 +12,7 @@ body:
12
- type: textarea
13
id: what-happened
14
attributes:
15
- label: What happened?
+ label: Describe the bug
16
description: |
17
A clear and concise description of what the bug is.
18
@@ -26,6 +26,16 @@ body:
26
value: "A bug happened!"
27
validations:
28
required: true
29
+ - type: textarea
30
+ id: reproduce
31
+ attributes:
32
+ label: Steps to reproduce
33
+ description: |
34
+ Steps to reproduce the behavior.
35
+
36
+ placeholder: Tell us what you see!
37
+ validations:
38
+ required: true
39
- type: dropdown
40
id: version
41
0 commit comments