Skip to content

Commit

Permalink
docs: Update issue template (#392)
Browse files Browse the repository at this point in the history
  • Loading branch information
kroese authored Apr 17, 2024
1 parent 3e4e378 commit 3d4dd48
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/ISSUE_TEMPLATE/BUG_REPORT.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,23 +14,23 @@ body:
id: cpu
attributes:
label: Machine specifications
description: The processor and RAM amount of your machine
description: The processor and RAM amount in your machine.
placeholder: e.g. Intel N5105 / 16 GB
validations:
required: true
- type: input
id: os
attributes:
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:
required: true
- type: input
id: docker
attributes:
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:
required: true
Expand All @@ -44,7 +44,7 @@ body:
- type: textarea
id: compose
attributes:
label: Docker compose file
label: Docker compose
description: The Docker compose file (or otherwise `run` command).
validations:
required: true
Expand Down

0 comments on commit 3d4dd48

Please sign in to comment.