Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 570 Bytes

CONTRIBUTING.md

File metadata and controls

15 lines (10 loc) · 570 Bytes

Contributing

Contributions (bug reports, bug fixes, improvements, etc.) are very welcome and should be submitted in the form of new issues and/or pull requests on GitHub.

Please, adhere to the Google coding style guide:

https://google.github.io/styleguide/cppguide.html

by using the provided ".clang-format" file.

Document code, functions, methods, classes, etc. Make sure to add unit tests for all newly added code and make sure that algorithmic "improvements" generalize and actually improve the results of the pipeline on a variety of datasets.