Skip to content

Commit e495f8b

Browse files
authored
Create bug_report.yaml
1 parent 7c904f3 commit e495f8b

1 file changed

Lines changed: 54 additions & 0 deletions

File tree

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
name: Bug Report
2+
description: File a bug report.
3+
title: "[Bug]: "
4+
assignees:
5+
- mil1dude
6+
body:
7+
- type: markdown
8+
attributes:
9+
value: |
10+
Thanks for taking the time to fill out this bug report!
11+
- type: textarea
12+
id: what-happened
13+
attributes:
14+
label: What happened?
15+
description: Also tell us, what did you expect to happen?
16+
placeholder: Tell us what you see!
17+
validations:
18+
required: true
19+
- type: dropdown
20+
id: version
21+
attributes:
22+
label: Version
23+
description: What version of our software are you running?
24+
options:
25+
- 1.21.4 v1 beta
26+
default: 0
27+
validations:
28+
required: true
29+
- type: dropdown
30+
id: browsers
31+
attributes:
32+
label: What browsers are you seeing the problem on?
33+
multiple: true
34+
options:
35+
- Firefox
36+
- Chrome
37+
- Safari
38+
- Microsoft Edge
39+
- other
40+
validations:
41+
required: true
42+
- type: textarea
43+
id: browserversion
44+
attributes:
45+
label: Browser Version
46+
description: Please provide your Browser Version you are using at the moment.
47+
validations:
48+
required: true
49+
- type: textarea
50+
id: logs
51+
attributes:
52+
label: Relevant log output
53+
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
54+
render: shell

0 commit comments

Comments
 (0)