How to Contribute:
- Fork this repository
- Set the upstream:
git remote add upstream git://github.com/joemsak/reverse_chronic.git
- Keep master clean, treat it as read-only
git fetch upstream
git merge upstream/master
- Use a feature/topic/bug-fix branched from master
- Document with YARD if you can
- Prefer
class << self - Commit like Tim Pope: http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html
- Flex those specs, test first