windows/.github/ISSUE_TEMPLATE/BUG_REPORT.yml

65 lines
1.8 KiB
YAML
Raw Normal View History

2024-04-17 17:59:30 +02:00
name: "\U0001F41E Bug Report"
description: Create a report to help us improve the container
title: "[Bug]: "
labels: ["bug"]
body:
2024-04-17 18:57:00 +02:00
- type: checkboxes
attributes:
label: Is there an existing issue for this?
description: Please search to see if an issue already exists for the bug you encountered.
options:
- label: I have searched the existing issues
required: true
- type: input
id: cpu
attributes:
label: Machine specifications
2024-04-17 18:59:55 +02:00
description: The processor and RAM amount in your machine.
2024-04-17 18:57:00 +02:00
placeholder: e.g. Intel N5105 / 16 GB
validations:
required: true
2024-04-17 17:59:30 +02:00
- type: input
id: os
attributes:
2024-04-17 18:57:00 +02:00
label: Operating system
2024-04-17 18:59:55 +02:00
description: The Linux distribution and kernel version as shown by `uname -a`.
2024-04-17 18:57:00 +02:00
placeholder: e.g. Ubuntu 24.04 / Kernel 6.8.0-22-generic
2024-04-17 17:59:30 +02:00
validations:
required: true
- type: input
id: docker
attributes:
label: Docker version
2024-04-17 18:59:55 +02:00
description: The Docker version as shown by `docker -v`.
2024-04-17 18:57:00 +02:00
placeholder: e.g. Docker version 26.0.1, build d260a54
2024-04-17 17:59:30 +02:00
validations:
required: true
- type: textarea
id: summary
attributes:
2024-04-17 18:57:00 +02:00
label: Description
description: A clear and concise description of the problem.
2024-04-17 17:59:30 +02:00
validations:
required: true
- type: textarea
id: compose
attributes:
2024-04-17 18:59:55 +02:00
label: Docker compose
2024-04-17 18:57:00 +02:00
description: The Docker compose file (or otherwise `run` command).
2024-04-17 17:59:30 +02:00
validations:
required: true
- type: textarea
id: log
attributes:
label: Docker log
2024-04-17 18:57:00 +02:00
description: The Docker logfile of the container.
2024-04-17 17:59:30 +02:00
validations:
required: true
- type: textarea
id: screenshot
attributes:
2024-04-17 18:16:17 +02:00
label: Screenshots (optional)
2024-04-17 18:57:00 +02:00
description: Screenshots of the problem.
2024-04-17 17:59:30 +02:00
validations:
required: false