Skip to content
This repository was archived by the owner on Jul 28, 2019. It is now read-only.

Latest commit

 

History

History
11 lines (8 loc) · 379 Bytes

File metadata and controls

11 lines (8 loc) · 379 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 make test lint, 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.