We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed0ea3b commit 28d0638Copy full SHA for 28d0638
1 file changed
.github/ISSUE_TEMPLATE/bug.yml
@@ -0,0 +1,32 @@
1
+name: Bug Report
2
+description: Report a bug or issue.
3
+title: "[Bug]: "
4
+labels: ["bug"]
5
+body:
6
+ - type: textarea
7
+ id: expected
8
+ attributes:
9
+ label: Expected Behavior
10
+ validations:
11
+ required: true
12
13
+ id: actual
14
15
+ label: Actual Behavior
16
17
18
19
+ id: steps
20
21
+ label: Steps to Reproduce
22
+ placeholder: 1. …
23
24
25
+ - type: input
26
+ id: version
27
28
+ label: Version / Environment
29
30
+ id: logs
31
32
+ label: Logs / Screenshots
0 commit comments