Revision fe458403e8632a107c37ac326d9dbddcd6cfe079 authored by Yuri Grechka on 01 November 2014, 03:54:28 UTC, committed by Yuri Sidorov on 03 November 2014, 16:27:13 UTC
Update currency_iso.json

Update formatting_spec.rb

Update CHANGELOG.md

Update CHANGELOG.md

Update AUTHORS

Added myself and sorted a little :)
1 parent 51a8a46
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