build(deps-dev): apply updates
[e-mobility-charging-stations-simulator.git] / .github / ISSUE_TEMPLATE / bug_report.yml
CommitLineData
1e1be0df 1name: 'Bug report'
b343e73a 2title: '[BUG] '
9f9755c2 3labels: ['bug', 'triage']
7d7cc599 4description: File a bug report
1e1be0df
JB
5body:
6 - type: markdown
7 attributes:
8 value: |
9 Thank you for reporting an issue.
f33833db 10
7f774a55 11 This issue tracker is for bugs and issues found in e-mobility-charging-stations-simulator.
72b3d838 12 Any misuse of this issue tracker will be closed immediately, such as simulator configuration support, simulator usage support, ...
f33833db 13
1e1be0df
JB
14 Please fill in as much of the template below as you're able.
15 - type: checkboxes
16 attributes:
f47bd901 17 label: Duplicate issue
1e1be0df 18 options:
cb9a9a02 19 - label: I've searched for any related issues and avoided creating a duplicate issue.
f5dabe76 20 required: true
7ed430ff
JB
21 - type: dropdown
22 attributes:
23 label: Component
24 description: The component of the simulator that the bug is related to.
25 options:
26 - Simulator
27 - Web UI
7ed430ff
JB
28 validations:
29 required: true
1e1be0df
JB
30 - type: textarea
31 attributes:
32 label: Description
e7aeea18 33 description: Description of the bug.
873803ef
JB
34 placeholder: |
35 - Please include error outputs in the 'Actual result' input field from 'pnpm start:dev', if any
7ed430ff
JB
36 validations:
37 required: true
1e1be0df
JB
38 - type: input
39 attributes:
f5dabe76
JB
40 label: Version
41 validations:
42 required: true
1e1be0df
JB
43 - type: input
44 attributes:
a2543ca4 45 label: Node.js version
1e1be0df 46 description: Output of `node -v`.
7ed430ff
JB
47 validations:
48 required: true
1e1be0df
JB
49 - type: textarea
50 attributes:
51 label: System
a90bec52 52 description: Output of `npx --yes envinfo --system`.
7ed430ff
JB
53 validations:
54 required: true
1e1be0df
JB
55 - type: textarea
56 attributes:
57 label: Expected result
58 description: What you expected to happen.
59 - type: textarea
60 attributes:
61 label: Actual result
62 description: What actually happened.
dd8d764b 63 placeholder: |
acdb5f0b
JB
64 - Please include the actual error outputs generated from 'pnpm start:dev', if any
65 - Please include the actual error log messages, if any
7b3045e3
JB
66 - type: textarea
67 attributes:
68 label: Steps to reproduce
69 description: Steps to reproduce the bug.
1e1be0df
JB
70 - type: textarea
71 attributes:
72 label: Attachments
bece9cdc 73 description: Logs, configurations, screenshots, screencast, etc.