mirror of
https://github.com/alexjustesen/speedtest-tracker.git
synced 2026-06-23 04:30:09 +00:00
116f83a367
Co-authored-by: Alex Justesen <alexjustesen@users.noreply.github.com>
87 lines
3.4 KiB
YAML
87 lines
3.4 KiB
YAML
name: Bug Report
|
||
description: Use this template to report a bug or issue.
|
||
title: "[Question] "
|
||
labels: ["question", "needs review"]
|
||
body:
|
||
- type: markdown
|
||
attributes:
|
||
value: |
|
||
Thanks for taking the time to report this issue! We appreciate your help in improving the project. If this report is confirmed as a bug, we’ll update its type accordingly.
|
||
|
||
Please note:
|
||
- For **feature requests or changes**, use the [feature request form](https://github.com/alexjustesen/speedtest-tracker/issues/new?template=feature_request.yml).
|
||
- For **general questions**, **setup or configuration help**, or if you’re not sure this is a bug, please use **[GitHub Discussions](https://github.com/alexjustesen/speedtest-tracker/discussions)** instead.
|
||
- Any isseus with translations should be reported/solved within the [crowdin project](https://crowdin.com/project/speedtest-tracker).
|
||
- type: checkboxes
|
||
attributes:
|
||
label: Pre-work
|
||
description: |
|
||
Before opening an issue make sure you've checked the resources below first, any issues that could have been solved by reading the docs or existing issues will be closed.
|
||
options:
|
||
- label: I have read the [docs](https://docs.speedtest-tracker.dev).
|
||
required: true
|
||
- label: I have searched open and closed issues.
|
||
required: true
|
||
- label: I agree to follow this project's [Code of Conduct](https://www.contributor-covenant.org/version/2/1/code_of_conduct/code_of_conduct.md).
|
||
required: true
|
||
- type: textarea
|
||
id: description
|
||
attributes:
|
||
label: Description
|
||
description: Explain the issue you experienced, please be clear and concise.
|
||
placeholder: I went to the coffee pot and it was empty.
|
||
validations:
|
||
required: true
|
||
- type: textarea
|
||
id: expected-behavior
|
||
attributes:
|
||
label: Expected Behavior
|
||
description: In a perfect world, what should have happened?
|
||
placeholder: When I got to the coffee pot, it should have been full.
|
||
validations:
|
||
required: true
|
||
- type: textarea
|
||
id: steps-to-reproduce
|
||
attributes:
|
||
label: Steps to Reproduce
|
||
description: Describe how to reproduce the issue in repeatable steps.
|
||
placeholder: |
|
||
1. Go to the coffee pot.
|
||
2. Make more coffee.
|
||
3. Pour it into a cup.
|
||
validations:
|
||
required: true
|
||
- type: dropdown
|
||
id: deployment-environment
|
||
attributes:
|
||
label: Deployment Environment
|
||
description: How did you deploy the application?
|
||
options:
|
||
- Docker Compose
|
||
- Docker Run
|
||
- Other
|
||
default: 0
|
||
validations:
|
||
required: true
|
||
- type: textarea
|
||
id: application-information
|
||
attributes:
|
||
label: Application Information
|
||
description: To generate application information run `php artisan about --json` from the application's path. This will be automatically formatted into code, so no need for backticks.
|
||
render: json
|
||
validations:
|
||
required: true
|
||
- type: input
|
||
id: browsers
|
||
attributes:
|
||
label: What browser(s) are you seeing the problem on?
|
||
placeholder: Chrome, Firefox, Safari, etc.
|
||
validations:
|
||
required: true
|
||
- type: textarea
|
||
id: logs
|
||
attributes:
|
||
label: Logs
|
||
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
|
||
render: shell
|