Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 300 Bytes

CONTRIBUTING.md

File metadata and controls

8 lines (6 loc) · 300 Bytes

Hurray! We are glad that you want to contribute to our project! 👍

Verify your work

Run make verify to run all the same validations that our CI process runs, such as checking that the standard go formatting is applied, linting, etc.

Unit Tests

Run make test-unit to run the unit tests.