docs: add labels to issue templates
[e-mobility-charging-stations-simulator.git] / .github / ISSUE_TEMPLATE / bug_report.yml
CommitLineData
1e1be0df 1name: 'Bug report'
b343e73a 2title: '[BUG] '
9f9755c2 3labels: ['bug', 'triage']
1e1be0df
JB
4description: Create a bug report
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.
1e1be0df
JB
20 required: true
21 - type: textarea
22 attributes:
23 label: Description
e7aeea18 24 description: Description of the bug.
1e1be0df
JB
25 - type: input
26 attributes:
7f774a55 27 label: e-mobility-charging-stations-simulator version
1e1be0df
JB
28 - type: input
29 attributes:
30 label: Node.js Version
31 description: Output of `node -v`.
32 - type: textarea
33 attributes:
34 label: System
a90bec52 35 description: Output of `npx --yes envinfo --system`.
1e1be0df
JB
36 - type: textarea
37 attributes:
38 label: Expected result
39 description: What you expected to happen.
40 - type: textarea
41 attributes:
42 label: Actual result
43 description: What actually happened.
44 - type: textarea
45 attributes:
46 label: Attachments
bece9cdc 47 description: Logs, configurations, screenshots, screencast, etc.