2024-05-15 23:04:14 +00:00
|
|
|
name: "\U0001F41E Bug report"
|
2024-04-17 16:04:54 +00:00
|
|
|
description: Create a report to help us improve the container
|
|
|
|
title: "[Bug]: "
|
|
|
|
labels: ["bug"]
|
|
|
|
body:
|
2024-04-17 17:02:16 +00:00
|
|
|
- type: checkboxes
|
|
|
|
attributes:
|
2024-05-15 23:04:14 +00:00
|
|
|
label: Is there no existing bug report for this?
|
|
|
|
description: Please search to see if the bug was not already reported before.
|
2024-04-17 17:02:16 +00:00
|
|
|
options:
|
2024-05-15 23:04:14 +00:00
|
|
|
- label: I have searched the existing bug reports
|
2024-04-17 17:02:16 +00:00
|
|
|
required: true
|
|
|
|
- type: input
|
|
|
|
id: cpu
|
|
|
|
attributes:
|
|
|
|
label: Machine specifications
|
|
|
|
description: The processor and RAM amount in your machine.
|
2024-04-17 17:07:15 +00:00
|
|
|
placeholder: e.g. Raspberry Pi 5 / 8 GB
|
2024-04-17 17:02:16 +00:00
|
|
|
validations:
|
|
|
|
required: true
|
2024-04-17 16:04:54 +00:00
|
|
|
- type: input
|
|
|
|
id: os
|
|
|
|
attributes:
|
2024-04-17 17:02:16 +00:00
|
|
|
label: Operating system
|
2024-05-15 19:56:09 +00:00
|
|
|
description: The distribution and kernel version (as shown by `uname -a`).
|
2024-04-17 17:02:16 +00:00
|
|
|
placeholder: e.g. Ubuntu 24.04 / Kernel 6.8.0-22-generic
|
2024-04-17 16:04:54 +00:00
|
|
|
validations:
|
|
|
|
required: true
|
|
|
|
- type: input
|
|
|
|
id: docker
|
|
|
|
attributes:
|
|
|
|
label: Docker version
|
2024-05-15 23:04:14 +00:00
|
|
|
description: The version of the Docker engine (as shown by `docker -v`).
|
|
|
|
placeholder: e.g. 26.0.1
|
2024-04-17 16:04:54 +00:00
|
|
|
validations:
|
|
|
|
required: true
|
|
|
|
- type: textarea
|
|
|
|
id: summary
|
|
|
|
attributes:
|
2024-04-17 17:02:16 +00:00
|
|
|
label: Description
|
2024-05-15 23:04:14 +00:00
|
|
|
description: Describe the expected behaviour, the actual behaviour, and the steps to reproduce.
|
2024-04-17 16:04:54 +00:00
|
|
|
validations:
|
|
|
|
required: true
|
|
|
|
- type: textarea
|
|
|
|
id: compose
|
|
|
|
attributes:
|
2024-04-17 17:02:16 +00:00
|
|
|
label: Docker compose
|
2024-05-15 19:56:09 +00:00
|
|
|
description: The compose file (or otherwise the `docker run` command used).
|
2024-04-17 16:04:54 +00:00
|
|
|
validations:
|
|
|
|
required: true
|
|
|
|
- type: textarea
|
|
|
|
id: log
|
|
|
|
attributes:
|
|
|
|
label: Docker log
|
2024-05-15 19:56:09 +00:00
|
|
|
description: The logfile of the container (as shown by `docker logs windows`).
|
2024-04-17 16:04:54 +00:00
|
|
|
validations:
|
|
|
|
required: true
|
|
|
|
- type: textarea
|
|
|
|
id: screenshot
|
|
|
|
attributes:
|
2024-04-17 16:17:25 +00:00
|
|
|
label: Screenshots (optional)
|
2024-05-15 19:56:09 +00:00
|
|
|
description: Screenshots that might help to make the problem more clear.
|
2024-04-17 16:04:54 +00:00
|
|
|
validations:
|
|
|
|
required: false
|