This project is meant to evolve over time be community contributions. Feel free to open a Pull Request or an issue to discuss any change or enhancement.
-
Open an issue on the topic you want to discuss about
- Don't forget to add tags, it will be easier to understand the purpose of the issue ;).
-
If you can, fork the repo, make the changes, and create a pull request.
-
Test if it builds and works. Unit tests may be added later on.
-
Don't forget documentation !
Any change to the code must respect the coding style.
An .eslintrc.yml
file is provided at the root of the repo to format the
typescript code.
A .clang-format
file is provided in the cppsrc/
folder to format the code.
Any change is welcome !