Skip to content
This repository has been archived by the owner on Feb 19, 2020. It is now read-only.

Latest commit

 

History

History
15 lines (10 loc) · 527 Bytes

CONTRIBUTING.md

File metadata and controls

15 lines (10 loc) · 527 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. Make sure that there are tests for the code you wrote.

  3. Make sure that you've documented all public methods using TomDoc.

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

  5. Open a pull request.