Speak up before writing code. Comment on existing issue or create a new one. Discuss what you want to implement before implementing it.
Fork repository on GitHub and clone the source code:
git clone [email protected]:<your name>/reform.git
cd reform
make init
Thanks to Go modules, that will work in any directory. Make sure they are not disabled in your environment.
Please read the "Versioning and branching policy" section in README, and send pull requests to the right branch.
- Run
make
without arguments to see all Makefile targets. - Run
make env-up
ormake env-up-detach
to start databases with Docker Compose. - Run
make init
to install development tools. - Run
make test
to run all tests. - Run
make lint
to run linters.