https://github.com/RubyMoney/money
Revision c54af97d0afead4761bf129f2f88d554405711ca authored by Tsyren Ochirov on 18 June 2015, 12:15:13 UTC, committed by Tsyren Ochirov on 18 June 2015, 12:15:13 UTC
1 parent a31dae4
Raw File
Tip revision: c54af97d0afead4761bf129f2f88d554405711ca authored by Tsyren Ochirov on 18 June 2015, 12:15:13 UTC
Removed unneccessary calls
Tip revision: c54af97
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