- Install (golang)[https://golang.org/]
- Run
scripts/devtools.sh
to install the required devtools - Run
make [local] vendor
to install the vendor dependencies - Run
make [local] test
to ensure you can run the existing tests - Write unit tests - (see existing examples). Changes will not be accepted without corresponding unit tests.
- Make the code changes.
make [local] test
to lint code and run tests- Profit! ok no profit, but raise a PR and get kudos :)