Yavio

Contributing

Build and extend the Yavio platform

Thanks for your interest in contributing to Yavio! The entire platform is open source (MIT) and we welcome contributions of all kinds — bug fixes, features, documentation, and more.

Code of Conduct

By participating, you agree to uphold our Code of Conduct. Be respectful, constructive, and collaborative.

Where to Start

How to Contribute

  1. Check existing issues — look for an open issue or create one before starting work
  2. Fork the repo and create a branch from main
  3. Follow the branch naming conventionfeat/, fix/, docs/, refactor/, test/, chore/
  4. Write tests for any new functionality
  5. Run the checks before pushing (pnpm turbo run build typecheck lint && pnpm test)
  6. Open a pull request using the PR template

On this page