- Clone/fork the repository and create your own branch
- Add/change code, add tests
- Update documentation if necessary
- Make sure all tests are passing
To run all test cases, execute:
make test
To run all test cases using Valgrind, execute:
make test_valgrind
- Pull requests without tests/documentation will not be considered
- The project uses google C++ styleguide
Tests won't compile if the code style is not followed