Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 436 Bytes

File metadata and controls

18 lines (14 loc) · 436 Bytes

Contributing to cur8d

Setup

  1. Fork the repository.
  2. mise install && pnpm install.

Branching

  • feat/: New features.
  • fix/: Bug fixes.
  • chore/: Maintenance.

Conventional Commits

We follow the Conventional Commits specification for all commit messages.

Development

  • Add tests for new components.
  • Update documentation in docs/ if applicable.
  • Architecture changes require an ADR in docs/content/adr/.