Skip to content

Commit d6e90e4

Browse files
authored
Add issue template
1 parent fabd3ad commit d6e90e4

File tree

1 file changed

+43
-0
lines changed

1 file changed

+43
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
name: Bug Report
2+
description: File a bug report
3+
title: "[Bug]: "
4+
labels: ["bug"]
5+
assignees:
6+
- android69420
7+
body:
8+
- type: markdown
9+
attributes:
10+
value: |
11+
Thanks for taking the time to fill out this bug report!
12+
- type: textarea
13+
id: what-happened
14+
attributes:
15+
label: What happened?
16+
description: Also tell us, what did you expect to happen?
17+
placeholder: Tell us what you see!
18+
value: "A bug happened!"
19+
validations:
20+
required: true
21+
- type: textarea
22+
id: Reproduce
23+
attributes:
24+
label: To reproduce the behavior?
25+
description: Steps to reproduce the behavior.
26+
placeholder: opened store
27+
value: "reproduce!"
28+
validations:
29+
required: true
30+
- type: dropdown
31+
id: browsers
32+
attributes:
33+
label: What browser are you seeing the problem on?
34+
multiple: false
35+
options:
36+
- Firefox
37+
- Chrome
38+
- Safari
39+
- Microsoft Edge
40+
- Other Browser
41+
validations:
42+
required: true
43+

0 commit comments

Comments
 (0)