docs: warn about github issue misuage in issue templates
[e-mobility-charging-stations-simulator.git] / .github / ISSUE_TEMPLATE / bug_report.yml
1 name: 'Bug report'
2 title: '[BUG] '
3 description: Create a bug report
4 body:
5 - type: markdown
6 attributes:
7 value: |
8 Thank you for reporting an issue.
9
10 This issue tracker is for bugs and issues found in e-mobility-charging-stations-simulator.
11 Any misuse of this issue tracker will be closed immediately, such as simulator configuration support, simulator usage support, ...
12
13 Please fill in as much of the template below as you're able.
14 - type: checkboxes
15 attributes:
16 label: Duplicate issue
17 options:
18 - label: I've searched for any related issues and avoided creating a duplicate issue.
19 required: true
20 - type: textarea
21 attributes:
22 label: Description
23 description: Description of the bug.
24 - type: input
25 attributes:
26 label: e-mobility-charging-stations-simulator version
27 - type: input
28 attributes:
29 label: Node.js Version
30 description: Output of `node -v`.
31 - type: textarea
32 attributes:
33 label: System
34 description: Output of `npx --yes envinfo --system`.
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
46 description: Logs, configurations, screenshots, screencast, etc.