35 lines
857 B
YAML
35 lines
857 B
YAML
|
name: Bug Report
|
||
|
about: File a bug report
|
||
|
labels:
|
||
|
- Kind/Bug
|
||
|
body:
|
||
|
- type: markdown
|
||
|
attributes:
|
||
|
value: |
|
||
|
Thanks for taking the time to fill out this bug report!
|
||
|
- type: textarea
|
||
|
id: what-happened
|
||
|
attributes:
|
||
|
label: What happened?
|
||
|
description: Also tell us, what did you expect to happen?
|
||
|
placeholder: Tell us what you see!
|
||
|
validations:
|
||
|
required: true
|
||
|
- type: dropdown
|
||
|
id: browsers
|
||
|
attributes:
|
||
|
label: What browsers are you seeing the problem on?
|
||
|
multiple: true
|
||
|
options:
|
||
|
- Firefox (Windows)
|
||
|
- Firefox (MacOS)
|
||
|
- Firefox (Linux)
|
||
|
- Firefox (Android)
|
||
|
- Firefox (iOS)
|
||
|
- Chrome (Windows)
|
||
|
- Chrome (MacOS)
|
||
|
- Chrome (Linux)
|
||
|
- Chrome (Android)
|
||
|
- Chrome (iOS)
|
||
|
- Safari
|
||
|
- Microsoft Edge
|