Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 602 Bytes

CONTRIBUTING.md

File metadata and controls

27 lines (18 loc) · 602 Bytes

Contributing Guidelines

Thank you for considering contributing to omniauth-mlh.

Contributor Checklist

  • 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

Running tests

Following command can be used to run the test

$ bundle exec rake spec

Code quality tools

Code quality is enforced across the entire gem with Rubocop:

$ bundle exec rubocop