refactor: refine error message at building default storage URI
[e-mobility-charging-stations-simulator.git] / .github / ISSUE_TEMPLATE / bug_report.yml
index 0e0c394b978238e36e0a2c798075fb6a6144fd74..bd4b5d169c06c66a220dd2a5bb4594dce2b44b4f 100644 (file)
@@ -1,38 +1,38 @@
 name: 'Bug report'
-title: \\[BUG\\]
-description: Create a bug report
+title: '[BUG] '
+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
     attributes:
+      label: Duplicate issue
       options:
-        - label:
-            I've searched for any related issues and avoided creating a
-            duplicate issue.
+        - label: I've searched for any related issues and avoided creating a duplicate issue.
           required: true
   - type: textarea
     attributes:
       label: Description
-      description:
-        Description of the bug.
+      description: Description of the bug.
   - type: input
     attributes:
-      label: 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
@@ -41,7 +41,11 @@ body:
     attributes:
       label: Actual result
       description: What actually happened.
+  - type: textarea
+    attributes:
+      label: Steps to reproduce
+      description: Steps to reproduce the bug.
   - type: textarea
     attributes:
       label: Attachments
-      description: Logs, screenshots, screencast, etc.
+      description: Logs, configurations, screenshots, screencast, etc.