https://github.com/RubyMoney/money
Revision 311d90aac8f2ebdad3db5724ec1ce967cb3c397a authored by Anthony Dmitriyev on 03 January 2018, 08:15:52 UTC, committed by Anthony Dmitriyev on 03 January 2018, 08:15:52 UTC
1 parent 1991c67
Raw File
Tip revision: 311d90aac8f2ebdad3db5724ec1ce967cb3c397a authored by Anthony Dmitriyev on 03 January 2018, 08:15:52 UTC
Update older rubies to their latest revisions
Tip revision: 311d90a
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