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

Latest commit

 

History

History
9 lines (8 loc) · 444 Bytes

CONTRIBUTING.md

File metadata and controls

9 lines (8 loc) · 444 Bytes

Contributing

  1. Fork this repository
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Run guard
  4. Make changes and keep an eye on RuboCop violations and green tests
  5. Commit your changes (git commit -am 'Add a feature')
  6. Push to the branch (git push origin my-new-feature)
  7. Create a new pull request