Skip to content

New: AI agent integration via Model Context Protocol (MCP).Learn more

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.

  • Branch from main using the feat/, fix/, or chore/ prefix conventions, and use conventional-commit messages.
  • Keep changes reviewable: one concern per pull request.
  1. Make sure your environment is set up (see getting started).
  2. Run pnpm check to verify formatting, types, and linting pass.
  3. Add a changelog entry if your change is user-facing (see changelog).