Skip to content

Commit 5d09687

Browse files
author
Arsala Grey
authored
Create bug-form.yaml
1 parent 6bf167a commit 5d09687

File tree

1 file changed

+48
-0
lines changed

1 file changed

+48
-0
lines changed

.github/ISSUE_TEMPLATE/bug-form.yaml

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
name: Bug Report
2+
description: File a bug report
3+
title: "[Bug]: "
4+
labels: [Type: Bug]
5+
assignees:
6+
- ArsalaBangash
7+
body:
8+
- type: markdown
9+
attributes:
10+
value: |
11+
Thanks for taking the time to fill out this bug report!
12+
- type: input
13+
id: contact
14+
attributes:
15+
label: Contact Details
16+
description: How can we get in touch with you if we need more info?
17+
placeholder: ex. email@example.com
18+
validations:
19+
required: false
20+
- type: textarea
21+
id: what-happened
22+
attributes:
23+
label: What happened?
24+
description: Also tell us, what did you expect to happen?
25+
placeholder: Tell us what you see!
26+
value: "A bug happened!"
27+
validations:
28+
required: true
29+
- type: dropdown
30+
id: version
31+
attributes:
32+
label: Version
33+
description: What version of our software are you running?
34+
options:
35+
- 0.9.2 (Default)
36+
- 0.9.1
37+
validations:
38+
required: true
39+
- type: dropdown
40+
id: browsers
41+
attributes:
42+
label: What browsers are you seeing the problem on?
43+
multiple: true
44+
options:
45+
- Firefox (Unsupported)
46+
- Chrome
47+
- Safari
48+
- Microsoft Edge

0 commit comments

Comments
 (0)