Skip to content

Commit d87602d

Browse files
committed
chore: migrate to yaml template
1 parent 8062c9b commit d87602d

File tree

2 files changed

+60
-17
lines changed

2 files changed

+60
-17
lines changed

.github/ISSUE_TEMPLATE/bug-report---bug---.md

Lines changed: 0 additions & 17 deletions
This file was deleted.
Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
name: Bug report
2+
title: "[BUG] "
3+
labels: bug
4+
description: Create a report to help us improve
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
Create a report to help us improve
10+
- type: input
11+
id: version
12+
validations:
13+
required: true
14+
attributes:
15+
label: Version
16+
description: Which version of the extension/addon are you using?
17+
placeholder: ex. v1.0.0
18+
- type: dropdown
19+
id: os
20+
validations:
21+
required: true
22+
attributes:
23+
label: OS
24+
description: Which operating system are you using? (Mac/Linux/Win)
25+
options:
26+
- Win
27+
- Mac
28+
- Linux
29+
- Android
30+
- Other
31+
default: 0
32+
- type: dropdown
33+
id: browser
34+
validations:
35+
required: true
36+
attributes:
37+
label: Browser
38+
description: Which browser are you using? (Chrome/Firefox/Edge/Other)
39+
options:
40+
- Chrome
41+
- Firefox
42+
- Edge
43+
- Other
44+
default: 0
45+
- type: input
46+
id: browser_version
47+
validations:
48+
required: false
49+
attributes:
50+
label: Browser Version
51+
description: Which version of the browser? (Optional)
52+
placeholder: ex. 91.0.4472.124
53+
- type: textarea
54+
id: description
55+
validations:
56+
required: true
57+
attributes:
58+
label: Bug Description
59+
description: Please describe the bug in detail.
60+
placeholder: "Steps to reproduce the behavior, and what you expected to happen."

0 commit comments

Comments
 (0)