Skip to content

Latest commit

 

History

History
27 lines (14 loc) · 628 Bytes

CONTRIBUTING.md

File metadata and controls

27 lines (14 loc) · 628 Bytes

How to contribute

Fork, then clone the repo:

git clone git@github.com:your-username/robo-dog.git

Check you ruby and development dependencies versions:

$ ruby -v

$ gem list

Make sure the tests pass:

rspec

Make your change. Add tests for your change. Make the tests pass:

rspec

Push to your fork and submit a pull request. Some things that are equal parts necessary/epic: