Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 388 Bytes

CONTRIBUTING.md

File metadata and controls

25 lines (19 loc) · 388 Bytes

Contributing

Setup your development environment

Requirements

We use asdf for installing required tools:

asdf plugin add golang
asdf plugin add golangci-lint
asdf plugin add pre-commit
asdf install

We use pre-commmit for providing a git hook:

pre-commit install

Testing

To run all tests:

make test