build(deps): Bump github/combine-prs from 4.0.0 to 4.1.0
[e-mobility-charging-stations-simulator.git] / .github / ISSUE_TEMPLATE / bug_report.yml
index 672ca53602572507185fe746586cb8f495d60314..dd821855bb0388711a2ed601138951d43daa8903 100644 (file)
@@ -1,7 +1,7 @@
 name: 'Bug report'
 title: '[BUG] '
 labels: ['bug', 'triage']
-description: Create a bug report
+description: File a bug report
 body:
   - type: markdown
     attributes:
@@ -22,6 +22,8 @@ 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
@@ -41,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