Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 563 Bytes

File metadata and controls

23 lines (16 loc) · 563 Bytes

Contributing

Thanks for your interest in contributing.

Development flow

  1. Fork the repository and create a branch.
  2. Install dependencies: yarn
  3. Run locally: yarn dev
  4. Validate before opening a PR:
    • yarn lint
    • yarn test
    • yarn build

Pull request expectations

  • Keep PRs focused and small.
  • Describe what changed and why.
  • Avoid committing credentials, API keys, and local environment files.

Support expectations

This project is open-sourced in a best-effort mode and may not receive immediate review or maintenance.