Sha256: aa3969090c92e57d4e55d9ace03ba478aa274a43e10aa30f3b85a0b7451d3af7

Contents?: true

Size: 602 Bytes

Versions: 5

Compression:

Stored size: 602 Bytes

Contents

# 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 

```bash
$ bundle exec rake spec
```

## Code quality tools

Code quality is enforced across the entire gem with Rubocop:

```bash
$ bundle exec rubocop
```

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
omniauth-mlh-4.1.0 CONTRIBUTING.md
omniauth-mlh-4.0.1 CONTRIBUTING.md
omniauth-mlh-4.0.0 CONTRIBUTING.md
omniauth-mlh-2.0.0 CONTRIBUTING.md
omniauth-mlh-1.0.1 CONTRIBUTING.md