Before submitting a pull request, please make sure the following is done:
- Fork the repository and create your branch from
master
. - Run
make
in the repository root. - If you've fixed a bug or added code that should be tested, add tests!
- Ensure the test suite passes (
make test
). - Format your code accordingly to the
.editorconfig
rules. - Make sure your code lints (
make code-analysis
) and builds properly on Travis CI.