docs: warn about github issue misuage in issue templates
[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.
72b3d838 11 Any misuse of this issue tracker will be closed immediately, such as simulator configuration support, simulator usage support, ...
f33833db 12
1e1be0df
JB
13 Please fill in as much of the template below as you're able.
14 - type: checkboxes
15 attributes:
f47bd901 16 label: Duplicate issue
1e1be0df 17 options:
cb9a9a02 18 - label: I've searched for any related issues and avoided creating a duplicate issue.
1e1be0df
JB
19 required: true
20 - type: textarea
21 attributes:
22 label: Description
e7aeea18 23 description: Description of the bug.
1e1be0df
JB
24 - type: input
25 attributes:
7f774a55 26 label: e-mobility-charging-stations-simulator version
1e1be0df
JB
27 - type: input
28 attributes:
29 label: Node.js Version
30 description: Output of `node -v`.
31 - type: textarea
32 attributes:
33 label: System
a90bec52 34 description: Output of `npx --yes envinfo --system`.
1e1be0df
JB
35 - type: textarea
36 attributes:
37 label: Expected result
38 description: What you expected to happen.
39 - type: textarea
40 attributes:
41 label: Actual result
42 description: What actually happened.
43 - type: textarea
44 attributes:
45 label: Attachments
bece9cdc 46 description: Logs, configurations, screenshots, screencast, etc.