Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 381 Bytes

CONTRIBUTING.md

File metadata and controls

10 lines (8 loc) · 381 Bytes

Contributing

Version Control

  • Changes should be made in a new branch.
  • Provide meaningful commit messages.

Code

  • gofmt your code.
  • Handle errors in your code. A linter such as golangci-lint can discover unhandled errors.
  • Non-trivial public packages, types, funcs, etc. should have doc comments.