build: refine bug report template
[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 required: true
21 - type: textarea
22 attributes:
23 label: Description
24 description: Description of the bug.
25 placeholder: |
26 - Please include error outputs in the 'Actual result' input field from 'pnpm start:dev', if any
27 - type: input
28 attributes:
29 label: e-mobility-charging-stations-simulator version
30 - type: input
31 attributes:
32 label: Node.js version
33 description: Output of `node -v`.
34 - type: textarea
35 attributes:
36 label: System
37 description: Output of `npx --yes envinfo --system`.
38 - type: textarea
39 attributes:
40 label: Expected result
41 description: What you expected to happen.
42 - type: textarea
43 attributes:
44 label: Actual result
45 description: What actually happened.
46 placeholder: |
47 - Please include the actual error outputs generated from 'pnpm start:dev', if any
48 - Please include the actual error log messages, if any
49 - type: textarea
50 attributes:
51 label: Steps to reproduce
52 description: Steps to reproduce the bug.
53 - type: textarea
54 attributes:
55 label: Attachments
56 description: Logs, configurations, screenshots, screencast, etc.