Contributing
Once your team forks Evolve as the starting point for a project, the repository comes with a contribution workflow you can adopt as-is or adapt to your own conventions.
Development workflow
Section titled “Development workflow”- Branch from
mainusing thefeat/,fix/, orchore/prefix conventions, and use conventional-commit messages. - Keep changes reviewable: one concern per pull request.
Before you submit
Section titled “Before you submit”- Make sure your environment is set up (see getting started).
- Run
pnpm checkto verify formatting, types, and linting pass. - Add a changelog entry if your change is user-facing (see changelog).

