Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 932 Bytes

File metadata and controls

28 lines (19 loc) · 932 Bytes

Contributing

Thanks for your interest in contributing to sdk-node — Pilot Protocol Node.js SDK — TypeScript bindings via koffi FFI to libpilot. Publishes to npm as 'pilotprotocol'.

Quick start

git clone https://github.com/pilot-protocol/sdk-node.git
cd sdk-node
npm ci && npm test

Pull requests

  1. Open an issue first for non-trivial changes so design can be discussed.
  2. Branch off main; keep changes focused and self-contained.
  3. Tests are required for new behavior; passing CI is required to merge.
  4. Coverage should not regress (Codecov reports per-PR delta).
  5. Conventional commit style is preferred (feat:, fix:, docs:, chore:, …) but not enforced.

Code of conduct

Be respectful and constructive. Project maintainers will moderate.

License

By contributing you agree your contributions will be released under the project's license (AGPL-3.0-or-later — see LICENSE).