b8fd1a065791cce38318297fbd0df83cca6286f3
[e-mobility-charging-stations-simulator.git] / .github / ISSUE_TEMPLATE / feature_request.yml
1 name: 'Feature request'
2 title: '[FEATURE] '
3 labels: ['enhancement', 'triage']
4 description: Request a feature
5 body:
6 - type: markdown
7 attributes:
8 value: |
9 Thank you for requesting a feature.
10
11 This issue tracker is for feature requests in e-mobility-charging-stations-simulator.
12 Any misuse of this issue tracker will be closed immediately, such as simulator configuration support, simulator usage support, ...
13
14 Please fill in as much of the template below as you're able.
15 - type: checkboxes
16 attributes:
17 label: Duplicate issue
18 options:
19 - label: I've searched for any related issues and avoided creating a duplicate issue.
20 required: true
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
28 default: 0
29 validations:
30 required: true
31 - type: textarea
32 attributes:
33 label: Description
34 description: A clear and concise description of the feature.
35 placeholder: |
36 - If your feature request is related to a problem, please describe it
37 - If you have solutions in mind, please describe them
38 validations:
39 required: true
40 - type: textarea
41 attributes:
42 label: Attachments
43 description: Architecture or design documents, screenshots, screencast, etc.