https://github.com/RubyMoney/money
Raw File
Tip revision: 73b84b5183c19dfa251b4c27c84d120de29d342f authored by Shane Emmons on 18 March 2024, 12:41:30 UTC
Merge pull request #1054 from DalenW/rbs
Tip revision: 73b84b5
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