- Fork the repo and create your branch from
main
. - Make sure to write tests for the functions you make.
- Run
make check
once you're done and ensure the test suite passes.
In short, when you submit code changes, your submissions are understood to be under the same BSD-2-Clause License that covers the project. Feel free to contact the maintainers if that's a concern.
I'm again borrowing these from Facebook's Guidelines
- 4 spaces for indentation.
- You can run
make check
for style unification.
Make sure to write proper commit messages.
Example: [refactor] daemon.rs, simpler IPC implementation
.
By contributing, you agree that your contributions will be licensed under its BSD-2-Clause License.
This document was adapted from GitHub Gist.