Files
cariflex/tools/EVerest-main/.github/ISSUE_TEMPLATE/feature_request.yaml
Eric F d398a6ced2 Add extracted tools: CitrineOS, OpenOCPP, ShapeShifter
- CitrineOS core extracted (CSMS OCPP 2.0.1)
- OpenOCPP extracted (firmware OCPP 1.6J/2.0.1)
- ShapeShifter library installed (pip install -e)
- ShapeShifter specification extracted
- EVerest extracted

TODO updated with progress
2026-06-08 00:38:27 -04:00

71 lines
2.0 KiB
YAML

name: Feature Request
description: Thanks for taking the time to fill out this feature request!
body:
- type: textarea
id: description
attributes:
label: Describe the problem
description: What problem is your feature request targeting and why is it a problem? Please describe.
placeholder: A clear and concise description of what the problem is.
validations:
required: true
- type: dropdown
id: affected-domain
attributes:
label: EVerest Domain
description: Which domain is this feature request for? Mark multiple if applicable.
options:
- Authorization
- Build System
- Charge Control
- CHAdeMO
- DIN70121
- Documentation
- Energy Management
- Framework
- Hardware Drivers
- ISO 15118-2
- ISO 15118-20
- OCPP 1.6
- OCPP 2.0.1
- OCPP 2.1
- Security
- Simulation
- SLAC
- Testing
- Utilities
- Other
multiple: true
validations:
required: true
- type: textarea
id: affected-component
attributes:
label: Affected Component
description: |
Can you specify where the feature should be implemented, if known?
Examples: a module (e.g. `modules/EnergyManagement`), a library (e.g. `lib/ocpp`, `lib/iso15118`),
or an application (e.g. `applications/everest_dev_tool`). Leave empty if unsure.
- type: textarea
id: solution
attributes:
label: Describe your solution
description: Describe the solution you'd like.
placeholder: A clear and concise description of what you want to happen.
- type: textarea
id: alternatives
attributes:
label: Alternatives considered
description: Have you considered alternative solutions or workarounds? If so, describe them here.
- type: textarea
id: other
attributes:
label: Additional context
placeholder: Add any other context about the feature request here.