Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 280 Bytes

CONTRIBUTING.md

File metadata and controls

9 lines (7 loc) · 280 Bytes

Contributing

Commit Process

This repo comes with pre-commit hooks. These should be installed before commiting, done with:

pre-commit install --hook-type pre-commit --hook-type pre-push

This will lint and run Go tools on commit, and run unit tests when pushing.