Sha256: 9548ac5b5aab62df3294e01634c25a6b73a32dc57fc4e0893d1694313fb7302d
Contents?: true
Size: 681 Bytes
Versions: 20
Compression:
Stored size: 681 Bytes
Contents
# Contribution Guidelines ## 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. 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.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.
Version data entries
20 entries across 20 versions & 2 rubygems