refactor(ui): trivial code cleanup
[e-mobility-charging-stations-simulator.git] / .github / ISSUE_TEMPLATE / bug_report.yml
index 8f09177876a8b74bf0fa865a4b18c8da17359aea..dd821855bb0388711a2ed601138951d43daa8903 100644 (file)
@@ -1,6 +1,7 @@
 name: 'Bug report'
 title: '[BUG] '
-description: Create a bug report
+labels: ['bug', 'triage']
+description: File a bug report
 body:
   - type: markdown
     attributes:
@@ -21,12 +22,14 @@ body:
     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
   - type: input
     attributes:
       label: e-mobility-charging-stations-simulator version
   - type: input
     attributes:
-      label: Node.js Version
+      label: Node.js version
       description: Output of `node -v`.
   - type: textarea
     attributes:
@@ -40,6 +43,13 @@ body:
     attributes:
       label: Actual result
       description: What actually happened.
+      placeholder: |
+        - 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
+      description: Steps to reproduce the bug.
   - type: textarea
     attributes:
       label: Attachments