Pick a ticket or just the one feature you want to see here.
To test locally, simply issue :
# run tests once
npm test
# run tests continuously
npm run dev:test
- Fork
- Develop
- Make sure your commits adhere to conventional commits
- Issue a Pull-Request against
main
Every merge to main
is a release candidate, a release can be made by merging the automatically created release PRs (thanks to release please).