docs: refine GitHub issue templates
[e-mobility-charging-stations-simulator.git] / .github / ISSUE_TEMPLATE / bug_report.yml
1 name: 'Bug report'
2 title: '[BUG] '
3 labels: ['bug', 'triage']
4 description: File a bug report
5 body:
6 - type: markdown
7 attributes:
8 value: |
9 Thank you for reporting an issue.
10
11 This issue tracker is for bugs and issues found in e-mobility-charging-stations-simulator.
12 Any misuse of this issue tracker will be closed immediately, such as simulator configuration support, simulator usage support, ...
13
14 Please fill in as much of the template below as you're able.
15 - type: checkboxes
16 attributes:
17 label: Duplicate issue
18 options:
19 - label: I've searched for any related issues and avoided creating a duplicate issue.
20 validations:
21 required: true
22 - type: dropdown
23 attributes:
24 label: Component
25 description: The component of the simulator that the bug is related to.
26 options:
27 - Simulator
28 - Web UI
29 default: 0
30 validations:
31 required: true
32 - type: textarea
33 attributes:
34 label: Description
35 description: Description of the bug.
36 placeholder: |
37 - Please include error outputs in the 'Actual result' input field from 'pnpm start:dev', if any
38 validations:
39 required: true
40 - type: input
41 attributes:
42 label: version
43 - type: input
44 attributes:
45 label: Node.js version
46 description: Output of `node -v`.
47 validations:
48 required: true
49 - type: textarea
50 attributes:
51 label: System
52 description: Output of `npx --yes envinfo --system`.
53 validations:
54 required: true
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.
63 placeholder: |
64 - Please include the actual error outputs generated from 'pnpm start:dev', if any
65 - Please include the actual error log messages, if any
66 - type: textarea
67 attributes:
68 label: Steps to reproduce
69 description: Steps to reproduce the bug.
70 - type: textarea
71 attributes:
72 label: Attachments
73 description: Logs, configurations, screenshots, screencast, etc.