Update templates
This commit is contained in:
parent
f605fb6574
commit
83ec619de2
|
|
@ -30,11 +30,21 @@ body:
|
|||
description: A brief description of what you tried to do and what went wrong.
|
||||
validations:
|
||||
required: true
|
||||
- type: input
|
||||
id: versions
|
||||
- type: dropdown
|
||||
id: browser
|
||||
attributes:
|
||||
label: Versions
|
||||
description: What version of sitespeed.io did you use, which browser version and what's your OS.
|
||||
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
|
||||
|
|
|
|||
|
|
@ -10,6 +10,6 @@ body:
|
|||
id: your-question
|
||||
attributes:
|
||||
label: Your question
|
||||
description: Please double check that this question hasn't already answered in the [documentation](https://www.sitespeed.io/documentation/sitespeed.io/) (use the `Search`) or [old GitHub issues](https://github.com/sitespeedio/sitespeed.io/issues?q=is%3Aissue+is%3Aclosed). You can also ask questions in the [sitespeed.io Slack channel](https://sitespeedio.herokuapp.com/).
|
||||
description: Please double check that this question hasn't already answered in the [documentation](https://www.sitespeed.io/documentation/sitespeed.io/) (use the `Search`) or [old GitHub issues](https://github.com/sitespeedio/sitespeed.io/issues?q=is%3Aissue+is%3Aclosed). You can also ask questions in the [sitespeed.io Slack channel](https://sitespeedio.herokuapp.com/). And if your question is more like a bug, please [use the bug report form](https://github.com/sitespeedio/sitespeed.io/issues/new?assignees=&labels=bug&template=BUG_REPORT.yml)
|
||||
validations:
|
||||
required: true
|
||||
Loading…
Reference in New Issue