Contributing
Evolve is a project at Lab Digital. You are welcome to contribute to it.
Backlog
We are using Jira to track our backlog. You can find the backlog here.
Development
We have extensively documented our way of working in our tech docs. This document contains our coding standards, best practices and more.
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).