Skip to content

Contributing

  1. Fork the repository and create a branch from main.
  2. Install dependencies with Yarn classic.
  3. Run yarn ci:check before you open a pull request.
  4. Add or update tests for behavior changes.
  5. Update the docs when public behavior changes.
  • New endpoint support with tests and docs
  • Error handling and validation improvements
  • Callback examples and troubleshooting guides
  • Contributor experience fixes in CI, docs, and repo templates
Terminal window
yarn install
yarn docs:dev
yarn ci:check

The root repository guide in CONTRIBUTING.md is the maintainers’ source of truth for pull request expectations, release assumptions, and repository policies.