docs: Update issue template (#391)

This commit is contained in:
Kroese 2024-04-17 18:57:00 +02:00 committed by GitHub
parent a220f6706e
commit 3e4e37886c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,11 +3,27 @@ description: Create a report to help us improve the container
title: "[Bug]: " title: "[Bug]: "
labels: ["bug"] labels: ["bug"]
body: body:
- 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
description: The processor and RAM amount of your machine
placeholder: e.g. Intel N5105 / 16 GB
validations:
required: true
- type: input - type: input
id: os id: os
attributes: attributes:
label: OS version label: Operating system
description: The Linux distribution and kernel version as shown by `uname -a` description: The Linux distribution and kernel version as shown by `uname -a`
placeholder: e.g. Ubuntu 24.04 / Kernel 6.8.0-22-generic
validations: validations:
required: true required: true
- type: input - type: input
@ -15,33 +31,34 @@ body:
attributes: attributes:
label: Docker version label: Docker version
description: The Docker version as shown by `docker -v` description: The Docker version as shown by `docker -v`
placeholder: e.g. Docker version 26.0.1, build d260a54
validations: validations:
required: true required: true
- type: textarea - type: textarea
id: summary id: summary
attributes: attributes:
label: Summary label: Description
description: A clear and concise description of what the problem is. description: A clear and concise description of the problem.
validations: validations:
required: true required: true
- type: textarea - type: textarea
id: compose id: compose
attributes: attributes:
label: Docker Compose file label: Docker compose file
description: The Docker Compose file (or otherwise `run` command) of the container description: The Docker compose file (or otherwise `run` command).
validations: validations:
required: true required: true
- type: textarea - type: textarea
id: log id: log
attributes: attributes:
label: Docker log label: Docker log
description: The Docker logfile of the container description: The Docker logfile of the container.
validations: validations:
required: true required: true
- type: textarea - type: textarea
id: screenshot id: screenshot
attributes: attributes:
label: Screenshots (optional) label: Screenshots (optional)
description: Screenshot of the problem description: Screenshots of the problem.
validations: validations:
required: false required: false