Contribution Work Flow Guide#
Contribution Work Flow Guide
|
status: valid
security: NO
safety: QM
|
||||
This guide walks you through contributing a new platform module to Eclipse S-CORE end-to-end. As a running example you will build a small demo application called scrample, which shows how to compose existing S-CORE platform modules into new functionality.
By the end of this section you will have:
Generated documentation from source and integrated it into the platform docs.
Build the module with Bazel and verified it compiles cleanly.
Wired up CI/CD workflows so every change is automatically validated.
Add the module into the reference integration to make it part of the platform.