mirror of
https://github.com/amir20/dozzle.git
synced 2025-12-28 16:06:40 +01:00
64 lines
2.3 KiB
YAML
64 lines
2.3 KiB
YAML
name: 🐛 Bug Report
|
|
labels: ["bug"]
|
|
description: |
|
|
Use this template if something is not working as expected.
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
I get an overwhelming of issues which I don't have time to investigate. Most often, they are due to configuration issues. For this reason, I ask you to help me by providing as much information as possible. For issues with `docker-socket-proxy` I may not be able to help as those are not related to Dozzle.
|
|
- type: checkboxes
|
|
attributes:
|
|
label: 🔍 Check for existing issues
|
|
description: Check the backlog of issues to reduce the chances of creating duplicates; if an issue already exists, place a `+1` (👍) on it.
|
|
options:
|
|
- label: Completed
|
|
required: true
|
|
- type: dropdown
|
|
attributes:
|
|
label: How is Dozzle deployed?
|
|
description: Select the components that you are using.
|
|
options:
|
|
- Standalone Deployment
|
|
- Agents
|
|
- Remote Hosts
|
|
- Swarm Mode
|
|
validations:
|
|
required: true
|
|
- type: input
|
|
attributes:
|
|
label: 📦 Dozzle version
|
|
description: Run `docker run amir20/dozzle --version` or `curl http://<host>/api/version`.
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: ✅ Command used to run Dozzle
|
|
description: Please provide the command used to run Dozzle. Provide docker-compose.yml if applicable.
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: 🐛 Describe the bug / provide steps to reproduce it
|
|
description: A clear and concise description of what the bug is.
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: environment
|
|
attributes:
|
|
label: 💻 Environment
|
|
description: Run `docker system info` and paste the output in the field below..
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: 📸 If applicable, add screenshots to help explain your bug
|
|
description: Drag issues into the text input below
|
|
validations:
|
|
required: false
|
|
- type: textarea
|
|
attributes:
|
|
label: 📜 If applicable, attach your Dozzle logs. You many need to enable debug mode. See https://dozzle.dev/guide/debugging.
|
|
validations:
|
|
required: false
|