Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 479 Bytes

CONTRIBUTING.md

File metadata and controls

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