Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 507 Bytes

File metadata and controls

22 lines (15 loc) · 507 Bytes

Contributing

Workflow

  1. Open an issue or GitHub Discussion before larger changes.
  2. Fork the repository and create a focused branch.
  3. Add or update tests with the change.
  4. Submit a pull request using the PR template.

Quality Bar

  • Keep all repository-facing content in English.
  • Add tests for behavior changes.
  • Keep CI green before requesting review.
  • Document new environment variables, APIs, and operational changes.

Development

  • pnpm install
  • pnpm dev
  • pnpm validate