Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
So, that John doesn't waste his time any more and committers know exactly how to run tests
  • Loading branch information
kalmanh committed May 16, 2014
1 parent 660abf5 commit e47836d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Expand Up @@ -68,7 +68,10 @@ httparty "https://api.stackexchange.com/2.2/questions?site=stackoverflow"
## Contributing

* Fork the project.
* Run `bundle`
* Run `bundle exec rake`
* Make your feature addition or bug fix.
* Add tests for it. This is important so I don't break it in a future version unintentionally.
* Run `bundle exec rake` (No, REALLY :))
* Commit, do not mess with rakefile, version, or history. (if you want to have your own version, that is fine but bump version in a commit by itself in another branch so I can ignore when I pull)
* Send me a pull request. Bonus points for topic branches.

0 comments on commit e47836d

Please sign in to comment.