CONTRIBUTING.md in monetize-1.1.0 vs CONTRIBUTING.md in monetize-1.2.0

- old
+ new

@@ -3,15 +3,18 @@ ## Steps 1. Fork [the repo](https://github.com/RubyMoney/monetize) 2. Grab dependencies: `bundle install` 3. Make sure everything is working: `bundle exec rspec spec` -4. Make your changes -5. Test your changes -5. Create a Pull Request -6. Celebrate!!!!! +4. Create your feature branch (`git checkout -b my-new-feature`) +5. Make your changes +6. Test your changes +7. Commit your changes (`git commit -am 'Add some feature'`) +8. Push to the branch (`git push origin my-new-feature`) +9. Create a Pull Request +10. Celebrate!!!!! ## Notes -When contributing, please make sure to update the CHANGELOG when you submit +When contributing, please make sure to update the [CHANGELOG.md](CHANGELOG.md) when you submit your pull request. Upon merging of your first pull request, you will be given commit access to the repository.