Skip to content

Commit 30de063

Browse files
committed
Add bug report template
1 parent 7374ccc commit 30de063

1 file changed

Lines changed: 38 additions & 0 deletions

File tree

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
- type: dropdown
15+
id: platform
16+
attributes:
17+
label: Platform
18+
options:
19+
- Android
20+
- iOS
21+
- Desktop
22+
- Web
23+
validations:
24+
required: true
25+
- type: textarea
26+
id: description
27+
attributes:
28+
label: Description
29+
description: What happened?
30+
validations:
31+
required: true
32+
- type: textarea
33+
id: reproduce
34+
attributes:
35+
label: Steps to reproduce
36+
description: How can we reproduce this?
37+
validations:
38+
required: true

0 commit comments

Comments
 (0)