We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66b04ed commit 13023feCopy full SHA for 13023fe
1 file changed
.github/ISSUE_TEMPLATE/bug-report.yaml
@@ -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
20
21
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