new templates (#3547)

This commit is contained in:
Peter Hedenskog 2022-01-31 13:08:57 +01:00 committed by GitHub
parent 96efa1a404
commit 2dab408de8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 79 additions and 9 deletions

View File

@ -1,9 +0,0 @@
<!--
Thanks for reporting issues back to sitespeed.io!
Please read https://www.sitespeed.io/documentation/sitespeed.io/bug-report/ and create reproducable issues.
Make sure you run the latest stable version, we move quite fast and fixes things.
-->

64
.github/ISSUE_TEMPLATE/BUG_REPORT.yml vendored Normal file
View File

@ -0,0 +1,64 @@
name: Bug Report
description: File a bug report
labels: [bug]
body:
- type: markdown
attributes:
value: |
Thanks for reporting issues back to sitespeed.io!
- type: checkbox
id: Reproducable
attributes:
label: 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: what-happened
attributes:
label: What happened?
description: A brief description of the behavior you observed.
placeholder: Tell us what you saw!
validations:
required: true
- type: textarea
id: what-expected
attributes:
label: What did you expect?
description: A brief description of the behavior you _expected_.
placeholder: Tell us what you expected to see instead!
validations:
required: true
- type: input
id: versions
attributes:
label: Versions
description: >
What version of sitespeed.io did you use, which browser version and what's your OS.
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.
render: shell
validations:
required: true
- type: textarea
id: logs
attributes:
label: Relevant log output
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
render: shell

15
.github/ISSUE_TEMPLATE/QUESTION.yml vendored Normal file
View File

@ -0,0 +1,15 @@
name: Question
description: Ask a question about sitespeed.io
labels: [question]
body:
- type: markdown
attributes:
value: |
Ask a question about sitespeed.io
- type: textarea
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/).
validations:
required: true