docs: warn about github issue misuage in issue templates
[e-mobility-charging-stations-simulator.git] / .github / ISSUE_TEMPLATE / feature_request.yml
1 name: 'Feature request'
2 title: '[FEATURE] '
3 description: Request a feature
4 body:
5 - type: markdown
6 attributes:
7 value: |
8 Thank you for requesting a feature.
9
10 This issue tracker is for feature requests 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: A clear and concise description of the feature.
24 - type: textarea
25 attributes:
26 label: Attachments
27 description: Architecture or design documents, screenshots, screencast, etc.