Browse Source

docs: Update issue template (#392)

Kroese 1 year ago
parent
commit
3d4dd48694
1 changed files with 4 additions and 4 deletions
  1. 4 4
      .github/ISSUE_TEMPLATE/BUG_REPORT.yml

+ 4 - 4
.github/ISSUE_TEMPLATE/BUG_REPORT.yml

@@ -14,7 +14,7 @@ body:
     id: cpu
     id: cpu
     attributes:
     attributes:
       label: Machine specifications
       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 
       placeholder: e.g. Intel N5105 / 16 GB 
     validations:
     validations:
       required: true
       required: true
@@ -22,7 +22,7 @@ body:
     id: os
     id: os
     attributes:
     attributes:
       label: Operating system
       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
       placeholder: e.g. Ubuntu 24.04 / Kernel 6.8.0-22-generic
     validations:
     validations:
       required: true
       required: true
@@ -30,7 +30,7 @@ body:
     id: docker
     id: docker
     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
       placeholder: e.g. Docker version 26.0.1, build d260a54
     validations:
     validations:
       required: true
       required: true
@@ -44,7 +44,7 @@ body:
   - type: textarea
   - type: textarea
     id: compose
     id: compose
     attributes:
     attributes:
-      label: Docker compose file
+      label: Docker compose
       description: The Docker compose file (or otherwise `run` command).
       description: The Docker compose file (or otherwise `run` command).
     validations:
     validations:
       required: true
       required: true