Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 378 Bytes

File metadata and controls

11 lines (8 loc) · 378 Bytes

Contributing

  1. Make one or more atomic commits, and ensure that each commit has a descriptive commit message. Commit messages should be line wrapped at 72 characters.

  2. Run go test ./..., and address any errors. Preferably, fix commits in place using git rebase or git commit --amend to make the changes easier to review.

  3. Open a pull request.