Contributions are welcome. Please open an issue first to discuss what you would like to change.
make deps # download dependencies
make build # build binary
make test # run tests with race detection
make lint # run linter
make coverage # run tests with coverage report- Write tests for all new code
- Run
make testandmake lintbefore submitting - Follow conventional commits:
feat:,fix:,docs:,test:,refactor: