We welcome community contributions to the HALO repository. If you have an idea how to improve the product, please send us your pull request! or log it on Github issues.
- Ensure that the changes are consistent with the coding style guide.
- In case of a larger feature, provide relevant unit tests and sample.
We mainly follow the Google C++ Style Guide with the following exceptions:
- Pointer and reference alignment style: left
- The number of spaces before trailing line comments: 1
clang-tidy is used to enforce the coding style check.