65 lines
2.7 KiB
YAML
65 lines
2.7 KiB
YAML
name: Bug Report
|
|
description: File a bug report
|
|
labels: [bug]
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: Thanks for reporting issues back to sitespeed.io!
|
|
- type: checkboxes
|
|
id: Reproducable
|
|
attributes:
|
|
label: Have you read the documentation?
|
|
description: Please double check that this question hasn't already answered in the [documentation](https://www.sitespeed.io/documentation/sitespeed.io/) (use the `Search`). Also please read [how to make a good bug report](https://www.sitespeed.io/documentation/sitespeed.io/bug-report/) and check [how to debug your script](https://www.sitespeed.io/documentation/sitespeed.io/scripting/#debug).
|
|
options:
|
|
- label: Yes, I've read the [how to make a reproducable bug guide](https://www.sitespeed.io/documentation/sitespeed.io/bug-report/)
|
|
required: true
|
|
- label: Yes, I've read the [how to debug my script guide](https://www.sitespeed.io/documentation/sitespeed.io/scripting/#debug)
|
|
required: false
|
|
- type: input
|
|
id: url
|
|
attributes:
|
|
label: URL
|
|
description: What URL did you run sitespeed.io on? If you can't share your URL please make a minimial repro to a public location (e.g. https://glitch.com/, http://jsbin.com/, etc)
|
|
placeholder: https://example.com
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: whaw
|
|
attributes:
|
|
label: What are you trying to accomplish
|
|
description: A brief description of what you tried to do and what went wrong.
|
|
validations:
|
|
required: true
|
|
- type: dropdown
|
|
id: browser
|
|
attributes:
|
|
label: What browser did you use?
|
|
description: Extra bonus if you try the issue in multiple browsers
|
|
multiple: true
|
|
options:
|
|
- Chrome
|
|
- Firefox
|
|
- Edge
|
|
- Safari Mac OS
|
|
- Safari iOS
|
|
- Chrome Android
|
|
- Firefox Android
|
|
- Other
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: how-to-reproduce
|
|
attributes:
|
|
label: How to reproduce
|
|
description: Please copy and paste how you run so we can reproduce. This will be automatically formatted into code, so no need for backticks. Remember to follow the [how to make a good bug report guide](https://www.sitespeed.io/documentation/sitespeed.io/bug-report/)!
|
|
render: shell
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: logs
|
|
attributes:
|
|
label: Log output
|
|
description: Please copy and paste the full log output from your test (please DO NOT take a screenshot of the log output). This will be automatically formatted into code, so no need for backticks. If the log output is large please use a [gist](https://gist.github.com)!
|
|
render: shell
|
|
validations:
|
|
required: false |