Skip to content
This repository has been archived by the owner on Jan 29, 2019. It is now read-only.

Latest commit

 

History

History
7 lines (7 loc) · 464 Bytes

CONTRIBUTING.md

File metadata and controls

7 lines (7 loc) · 464 Bytes
  1. Fork the master branch of the respository
  2. Create a feature branch (git checkout -b my-new-feature).
  3. Add specifications and make your changes.
  4. Regenerate Treetop parsers and run specs (rake clobber spec).
  5. Commit your changes (git commit -am 'Add some feature').
  6. Push to your feature branch (git push origin my-new-feature).
  7. Send a pull request via GitHub.