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
This commit is contained in:
Eric F
2026-06-08 00:38:27 -04:00
parent 468cfeaa50
commit d398a6ced2
7326 changed files with 1177561 additions and 7 deletions

View File

@@ -0,0 +1,77 @@
name: Bug Report
description: Thanks for taking the time to fill out this bug report!
body:
- type: textarea
id: description
attributes:
label: Describe the bug
description: A clear and concise description of what the bug is. If applicable, add screenshots or log files to help explain your problem.
validations:
required: true
- type: textarea
id: expected
attributes:
label: Expected behavior
description: What did you expect to happen?
- type: dropdown
id: affected-domain
attributes:
label: EVerest Domain
description: Which domain is affected by the issue? 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: |
Please specify the component where the bug is located, 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: input
id: version
attributes:
label: EVerest Version
description: Git tag, release version, or commit hash (e.g. `2026.02.0`, `abc1234`).
placeholder: e.g. 2026.02.0
- type: textarea
id: reproduction
attributes:
label: To Reproduce
description: |
Describe the steps and any additional information needed to reproduce the behavior:
EVerest configuration files, compile options, and system information.
- type: textarea
id: other
attributes:
label: Anything else?
placeholder: Add any other context about the bug report here.