585fec0cd8ff8adb61943a580a6514ff8a20927c
[e-mobility-charging-stations-simulator.git] / .github / ISSUE_TEMPLATE / bug_report.yml
1 name: 'Bug report'
2 title: '[BUG] '
3 description: Create a bug report
4 body:
5 - type: markdown
6 attributes:
7 value: |
8 Thank you for reporting an issue.
9
10 This issue tracker is for bugs and issues found in charging-stations-simulator.
11
12 Please fill in as much of the template below as you're able.
13 - type: checkboxes
14 attributes:
15 options:
16 - label:
17 I've searched for any related issues and avoided creating a
18 duplicate issue.
19 required: true
20 - type: textarea
21 attributes:
22 label: Description
23 description:
24 Description of the bug.
25 - type: input
26 attributes:
27 label: charging-stations-simulator version
28 - type: input
29 attributes:
30 label: Node.js Version
31 description: Output of `node -v`.
32 - type: textarea
33 attributes:
34 label: System
35 description: Output of `npx envinfo --system`.
36 - type: textarea
37 attributes:
38 label: Expected result
39 description: What you expected to happen.
40 - type: textarea
41 attributes:
42 label: Actual result
43 description: What actually happened.
44 - type: textarea
45 attributes:
46 label: Attachments
47 description: Logs, screenshots, screencast, etc.