Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 601 Bytes

contributing.md

File metadata and controls

20 lines (17 loc) · 601 Bytes

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b bug/12-my-bug-fix)
  • please prepend your branch name with its category (feature, bug etc)
  • if there is an issue associated, please add if after the / in branch name
  • please use dashes, not underscores, in branch naming
  1. Commit your changes (git commit -am 'Add some feature')
  2. Push to the branch (git push origin my-new-feature)
  3. Create new Pull Request

Tests

RSpec must be installed

git clone [email protected]:maxbeizer/gripst.git
rake install
rake spec