build(deps-dev): apply updates
[e-mobility-charging-stations-simulator.git] / .github / ISSUE_TEMPLATE / feature_request.yml
CommitLineData
1e1be0df 1name: 'Feature request'
b343e73a 2title: '[FEATURE] '
9f9755c2 3labels: ['enhancement', 'triage']
b343e73a 4description: Request a feature
1e1be0df
JB
5body:
6 - type: markdown
7 attributes:
8 value: |
b343e73a 9 Thank you for requesting a feature.
f33833db 10
7f774a55 11 This issue tracker is for feature requests 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
72b3d838 14 Please fill in as much of the template below as you're able.
1e1be0df
JB
15 - type: checkboxes
16 attributes:
cb9a9a02 17 label: Duplicate issue
1e1be0df 18 options:
cb9a9a02 19 - label: I've searched for any related issues and avoided creating a duplicate issue.
f5dabe76 20 required: true
7ed430ff
JB
21 - type: dropdown
22 attributes:
23 label: Component
24 description: The component of the simulator that the feature is related to.
25 options:
26 - Simulator
27 - Web UI
7ed430ff
JB
28 validations:
29 required: true
1e1be0df
JB
30 - type: textarea
31 attributes:
32 label: Description
e7aeea18 33 description: A clear and concise description of the feature.
7d7cc599
JB
34 placeholder: |
35 - If your feature request is related to a problem, please describe it
36 - If you have solutions in mind, please describe them
7ed430ff
JB
37 validations:
38 required: true
1e1be0df
JB
39 - type: textarea
40 attributes:
41 label: Attachments
72b3d838 42 description: Architecture or design documents, screenshots, screencast, etc.