fix: fix dependencies installation
[e-mobility-charging-stations-simulator.git] / .github / ISSUE_TEMPLATE / bug_report.yml
index 513e62f9797b81a4d91d67a4e427c1a6a262a0a3..b0efef9b871e1adc37e7cd957fc77e77aff48b1a 100644 (file)
@@ -18,21 +18,40 @@ body:
       options:
         - label: I've searched for any related issues and avoided creating a duplicate issue.
           required: true
+  - type: dropdown
+    attributes:
+      label: Component
+      description: The component of the simulator that the bug is related to.
+      options:
+        - Simulator
+        - Web UI
+    validations:
+      required: true
   - type: textarea
     attributes:
       label: Description
       description: Description of the bug.
+      placeholder: |
+        - Please include error outputs in the 'Actual result' input field from 'pnpm start:dev', if any
+    validations:
+      required: true
   - type: input
     attributes:
-      label: e-mobility-charging-stations-simulator version
+      label: Version
+    validations:
+      required: true
   - type: input
     attributes:
       label: Node.js version
       description: Output of `node -v`.
+    validations:
+      required: true
   - type: textarea
     attributes:
       label: System
       description: Output of `npx --yes envinfo --system`.
+    validations:
+      required: true
   - type: textarea
     attributes:
       label: Expected result
@@ -42,7 +61,8 @@ body:
       label: Actual result
       description: What actually happened.
       placeholder: |
-        Please include the actual error message generated with from `pnpm start:dev`, if any.
+        - Please include the actual error outputs generated from 'pnpm start:dev', if any
+        - Please include the actual error log messages, if any
   - type: textarea
     attributes:
       label: Steps to reproduce