Skip to content

Commit fcb8c51

Browse files
committed
Add browser dropdown
1 parent f3fc491 commit fcb8c51

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/ISSUE_TEMPLATE/Bug Report.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,3 +59,18 @@ body:
5959
- Standalone
6060
validations:
6161
required: true
62+
63+
- type: dropdown
64+
id: environment-browser
65+
attributes:
66+
label: Which browsers have you tested in?
67+
multiple: true
68+
options:
69+
- Chrome
70+
- Edge
71+
- Safari
72+
- Firefox
73+
- Opera
74+
- Other
75+
validations:
76+
required: true

0 commit comments

Comments
 (0)