Skip to content

Latest commit

History

History
9 lines (8 loc) 路 444 Bytes

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