https://github.com/RubyMoney/money
Raw File
Tip revision: 1f1c8c7a3cfde800798657b710fec1ee588c2564 authored by Anthony Dmitriyev on 09 May 2018, 21:49:10 UTC
Update version to 6.11.3
Tip revision: 1f1c8c7
CONTRIBUTING.md
# Contribution Guidelines

## Steps

1. Fork [the repo](https://github.com/RubyMoney/money)
2. Grab dependencies: `bundle install`
3. Make sure everything is working: `bundle exec rake spec`
4. Make your changes
5. Test your changes
5. Create a Pull Request
6. Celebrate!!!!!

## Notes

When contributing, please make sure to update the CHANGELOG and AUTHORS files
when you submit your pull request. Upon merging of your first pull request,
you will be given commit access to the repository.
back to top