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 7374ccc commit 30de063Copy full SHA for 30de063
1 file changed
.github/ISSUE_TEMPLATE/bug-report.yml
@@ -0,0 +1,38 @@
1
+name: Bug Report
2
+description: Report a bug
3
+labels: ["bug"]
4
+body:
5
+ - type: dropdown
6
+ id: type
7
+ attributes:
8
+ label: Type
9
+ options:
10
+ - GUI
11
+ - CLI
12
+ validations:
13
+ required: true
14
15
+ id: platform
16
17
+ label: Platform
18
19
+ - Android
20
+ - iOS
21
+ - Desktop
22
+ - Web
23
24
25
+ - type: textarea
26
+ id: description
27
28
+ label: Description
29
+ description: What happened?
30
31
32
33
+ id: reproduce
34
35
+ label: Steps to reproduce
36
+ description: How can we reproduce this?
37
38
0 commit comments