- Fork it
- 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
- Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request
RSpec must be installed
git clone [email protected]:maxbeizer/gripst.git
rake install
rake spec