To contribute documentation or code, please send a pull request. Please ensure that any code
- compiles correctly (the CI pipeline passes)
- is sufficiently tested (does not negatively impact coverage)
- is formatted correctly (see below)
We use clang-format
to enforce a consistent style, according to the .clang-format
file
in the root directory. To format your code, run
clang-format -style=file path/to/source.c
in any project folder.
This project is distributed according to the LICENSE
file. Consequently, we expect all contributors to agree that
contributions will eventually become part of the project subjecting to
this license as well.