contribute.rst
2.13 KB
Contributing
Contributions to NVIDIA AI-Assisted Annotation Client are more than welcome. To contribute make a pull request and follow the guidelines outlined in the CONTRIBUTING document.
Coding Convention
Use clang-format to format all source files (*.h, *.cpp) to a consistent format. You should run clang-format on all source files before submitting a pull request:
$ apt-get install clang-format clang-format-6.0 $ clang-format-6.0 --style=file -i *.cpp *.h