Revision 4b20ee5a71f5d555afc0646aea7f48c102610602 authored by George Millo on 15 January 2015, 11:13:45 UTC, committed by George Millo on 15 January 2015, 11:58:26 UTC
docs for ':html_wrap_symbol' and ':symbol_position' options.
1 parent 379671b
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