Contributing
First-time contributor path
Section titled “First-time contributor path”- Fork the repository and create a branch from
main. - Install dependencies with Yarn classic.
- Run
yarn ci:checkbefore you open a pull request. - Add or update tests for behavior changes.
- Update the docs when public behavior changes.
Areas that welcome contributions
Section titled “Areas that welcome contributions”- 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
Local commands
Section titled “Local commands”yarn installyarn docs:devyarn ci:checkMore detail
Section titled “More detail”The root repository guide in CONTRIBUTING.md is the maintainers’ source of truth for pull request expectations, release assumptions, and repository policies.