Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 875 Bytes

File metadata and controls

20 lines (14 loc) · 875 Bytes

How to Contribute

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.

Pull Request Process

  • Ensure that the changes are consistent with the coding style guide.
  • In case of a larger feature, provide relevant unit tests and sample.

Coding Style Guide

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.