windows/.github/ISSUE_TEMPLATE/1-issue.yml

40 lines
1.1 KiB
YAML
Raw Normal View History

2024-05-16 00:53:55 +02:00
name: "\U0001F6A8 Technical issue"
description: When you're experiencing problems using the container
2024-04-17 17:59:30 +02:00
body:
- type: input
id: os
attributes:
2024-04-17 18:57:00 +02:00
label: Operating system
2024-05-25 14:01:29 +02:00
description: Your Linux distribution (can be shown by `lsb_release -a`).
placeholder: e.g. Ubuntu 24.04
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
2024-05-15 21:52:49 +02:00
description: A clear and concise description of your issue.
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-05-15 21:52:49 +02:00
description: The compose file (or otherwise the `docker run` command used).
2024-04-17 17:59:30 +02:00
validations:
required: true
- type: textarea
id: log
attributes:
label: Docker log
2024-05-15 21:52:49 +02:00
description: The logfile of the container (as shown by `docker logs windows`).
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-05-15 21:52:49 +02:00
description: Screenshots that might help to make the problem more clear.
2024-04-17 17:59:30 +02:00
validations:
required: false