meilisync
meilisync copied to clipboard
Improve how to contribute sections
Currently, if someone wants to contribute is quite challenging.
- [ ] Add the tests to the CI configuration (today only the linter is required)
- [ ] Configure a more straightforward way to try the code without building it in every change. (At least I had to do it every time).
- [ ] Provide a docker-compose.yml for development (with MongoDB, MySQL, and PostgreSQL)
- [ ] Introduce a CONTRIBUTING.md
That's good.