Thank you for considering contributing to omniauth-mlh.
- Fork the Repo ( https://github.com/mlh/omniauth-mlh/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request
Following command can be used to run the test
$ bundle exec rake spec
Code quality is enforced across the entire gem with Rubocop:
$ bundle exec rubocop