Merge dependabot/npm_and_yarn/poolifier-2.6.38 into combined-prs-branch
[e-mobility-charging-stations-simulator.git] / .github / ISSUE_TEMPLATE / bug_report.yml
index b4b66a12dcbf82ea40d9b4b027f57144bc728ec9..633a1b20168e97e6f02a40720af4264e415da35a 100644 (file)
@@ -1,13 +1,15 @@
 name: 'Bug report'
 title: '[BUG] '
-description: Create a bug report
+labels: ['bug', 'triage']
+description: File a bug report
 body:
   - type: markdown
     attributes:
       value: |
         Thank you for reporting an issue.
 
-        This issue tracker is for bugs and issues found in charging-stations-simulator.
+        This issue tracker is for bugs and issues found in e-mobility-charging-stations-simulator.
+        Any misuse of this issue tracker will be closed immediately, such as simulator configuration support, simulator usage support, ...
 
         Please fill in as much of the template below as you're able.
   - type: checkboxes
@@ -22,15 +24,15 @@ body:
       description: Description of the bug.
   - type: input
     attributes:
-      label: emobility-charging-stations-simulator version
+      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:
       label: System
-      description: Output of `npx envinfo --system`.
+      description: Output of `npx --yes envinfo --system`.
   - type: textarea
     attributes:
       label: Expected result
@@ -39,6 +41,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