- Fork the repo
- Grab dependencies:
bundle install
- Make sure everything is working:
bundle exec rspec spec
- Create your feature branch (
git checkout -b my-new-feature
) - Make your changes
- Test your changes
- Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a Pull Request
- Celebrate!!!!!
When contributing, please make sure to update the CHANGELOG.md when you submit your pull request. Upon merging of your first pull request, you will be given commit access to the repository.