Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 468 Bytes

CONTRIBUTING.md

File metadata and controls

9 lines (7 loc) · 468 Bytes

Contributing

We 💚 open source contributions! If you're interested in submitting a PR, fork this repo, and submit your changes as a PR against the main branch.

Prior to pushing, please ensure that your code passes the following checks:

  • go test ./... has been run to ensure that all existing tests pass
  • All new code is covered by tests
  • go fmt has been run on all code
  • go mod tidy has been run to ensure that all dependencies are all accounted for