Revision 1c24f8701bee68fdef6aec40f6cd0b1b5b2c517a authored by Pedro Nascimento on 14 June 2014, 21:26:20 UTC, committed by Pedro Nascimento on 14 June 2014, 21:26:20 UTC
2 parent s cfc788e + 708783f
Raw File
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