Prepare the repository to be hosted on SAP GitHub organisation
[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 label: Duplicate issue
16 options:
17 - label: I've searched for any related issues and avoided creating a duplicate issue.
18 required: true
19 - type: textarea
20 attributes:
21 label: Description
22 description: Description of the bug.
23 - type: input
24 attributes:
25 label: emobility-charging-stations-simulator version
26 - type: input
27 attributes:
28 label: Node.js Version
29 description: Output of `node -v`.
30 - type: textarea
31 attributes:
32 label: System
33 description: Output of `npx envinfo --system`.
34 - type: textarea
35 attributes:
36 label: Expected result
37 description: What you expected to happen.
38 - type: textarea
39 attributes:
40 label: Actual result
41 description: What actually happened.
42 - type: textarea
43 attributes:
44 label: Attachments
45 description: Logs, configurations, screenshots, screencast, etc.