Rename the project to SAP branding approved name
[e-mobility-charging-stations-simulator.git] / .github / ISSUE_TEMPLATE / bug_report.yml
CommitLineData
1e1be0df 1name: 'Bug report'
b343e73a 2title: '[BUG] '
1e1be0df
JB
3description: Create a bug report
4body:
5 - type: markdown
6 attributes:
7 value: |
8 Thank you for reporting an issue.
f33833db 9
7f774a55 10 This issue tracker is for bugs and issues found in e-mobility-charging-stations-simulator.
f33833db 11
1e1be0df
JB
12 Please fill in as much of the template below as you're able.
13 - type: checkboxes
14 attributes:
f47bd901 15 label: Duplicate issue
1e1be0df 16 options:
cb9a9a02 17 - label: I've searched for any related issues and avoided creating a duplicate issue.
1e1be0df
JB
18 required: true
19 - type: textarea
20 attributes:
21 label: Description
e7aeea18 22 description: Description of the bug.
1e1be0df
JB
23 - type: input
24 attributes:
7f774a55 25 label: e-mobility-charging-stations-simulator version
1e1be0df
JB
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
bece9cdc 45 description: Logs, configurations, screenshots, screencast, etc.