Skip to content

Commit 13023fe

Browse files
authored
Add bug report issue form
1 parent 66b04ed commit 13023fe

1 file changed

Lines changed: 24 additions & 0 deletions

File tree

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
name: Bug report
2+
description: File a bug report.
3+
labels:
4+
- bug
5+
type: bug
6+
body:
7+
- type: dropdown
8+
id: platform
9+
validations:
10+
required: true
11+
attributes:
12+
label: Platform
13+
description: What platform are you using?
14+
options:
15+
- Unix
16+
- Windows
17+
- type: textarea
18+
id: what-happened
19+
validations:
20+
required: true
21+
attributes:
22+
label: What happened?
23+
description: Describe what happened that was unexpected.
24+
placeholder: I did this and got X output, but I expected Y.

0 commit comments

Comments
 (0)