Thanks for your interest in contributing to libpilot — Pilot Protocol C ABI bindings (libpilot.dylib/.so/.dll) — produces the shared library consumed by Node, Python, and other FFI clients.
git clone https://github.com/pilot-protocol/libpilot.git
cd libpilot
go test -race ./...- Open an issue first for non-trivial changes so design can be discussed.
- Branch off
main; keep changes focused and self-contained. - Tests are required for new behavior; passing CI is required to merge.
- Coverage should not regress (Codecov reports per-PR delta).
- Conventional commit style is preferred (
feat:,fix:,docs:,chore:, …) but not enforced.
Be respectful and constructive. Project maintainers will moderate.
By contributing you agree your contributions will be released under the
project's license (AGPL-3.0-or-later — see LICENSE).