CONTRIBUTING.md in propono-0.5.6 vs CONTRIBUTING.md in propono-0.6.0

- old
+ new

@@ -7,21 +7,24 @@ ## Features / Pull Requests If you want a feature implemented, the best way to get it done is to submit a pull request that implements it. Please make sure it has tests. -You can run the tests with +To get the implementation tests to run, you'll need to create a `test/config.yml` file. There's an example to get you started. + +You can run the tests with: + ``` -rake test +bundle exec rake test ``` If you've not contributed to a repository before - this is the accepted pattern to use: -1. Fork it +1. Fork it (big button on Github at the top right) 2. Create your feature branch (`git checkout -b my-new-feature`) -3. Commit your changes (`git commit -am 'Add some feature'`) -4. Push to the branch (`git push origin my-new-feature`) -5. Create new Pull Request +3. Make your changes (please add tests!) +4. Commit your changes (`git commit -am 'Add some feature'`) +5. Push to the branch (`git push origin my-new-feature`) +6. Create new Pull Request on Github Thank you again! :heart: :sparkling_heart: :heart: -