You definitely need tests, in fact you need CI with github actions. And you should update your README.md and provide a script for simple local dev startup.
We have plans to add tests around the money stuff (and anything sensitive). I'm pretty against testing things for the sake of testing though.
We have a local dev setup via docker-compose or do you mean something easier?
You're right you have a solid local environment start guide. The favourite ones I've seen though are ones where they provide a single bash script that does everything.
Here's my favourite example of a CONTRIBUTING.md, think that's where I got it from: https://github.com/josephholsten/boring/blob/master/CONTRIBUTING.md
reply
Solid rec. Thanks!
reply