Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 510 Bytes

File metadata and controls

19 lines (14 loc) · 510 Bytes

Contributing

Contributions are welcome. Please open an issue first to discuss what you would like to change.

Development

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

Guidelines

  • Write tests for all new code
  • Run make test and make lint before submitting
  • Follow conventional commits: feat:, fix:, docs:, test:, refactor: