Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 404 Bytes

CONTRIBUTING.md

File metadata and controls

16 lines (11 loc) · 404 Bytes

Contributing

The codebase follows Google's C++ standard.

Some tools are required for linting, checking, and code formatting:

sudo apt install clang-format cppcheck # Or equivalent for your OS
pip install pre-commit
cd ${REPOROOT}
pre-commit install

For instructions on how to build and test Machnet, see INTERNAL.md.