Sha256: 5c4408402d32283111a718bf88cd9a8a0fa81b1077a66d598fafd13c22f6cb8a

Contents?: true

Size: 989 Bytes

Versions: 12

Compression:

Stored size: 989 Bytes

Contents

# Contributing

We love pull requests from everyone. By participating in this project, you agree
to abide by the thoughtbot [code of conduct].

[code of conduct]: https://thoughtbot.com/open-source-code-of-conduct

Fork, then clone the repo:

    git clone git@github.com:your-username/merit.git

Set up Ruby dependencies via Bundler

    bundle install

Make sure the tests pass:

    rake

Make your change.
Write tests.
Follow our [style guide][style].
Make the tests pass:

[style]: https://github.com/thoughtbot/guides/tree/master/style

    rake

Write a [good commit message][commit].
Push to your fork.
[Submit a pull request][pr].

[commit]: http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html
[pr]: https://github.com/merit-gem/merit/compare/

If [Hound] catches style violations,
fix them.

[hound]: https://houndci.com

Wait for us.
We try to at least comment on pull requests within one business day.
We may suggest changes.

Thank you for your contribution!

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
merit-4.0.3 CONTRIBUTING.md
merit-4.0.2 CONTRIBUTING.md
merit-4.0.1 CONTRIBUTING.md
merit-4.0.0 CONTRIBUTING.md
merit-3.0.3 CONTRIBUTING.md
merit-3.0.2 CONTRIBUTING.md
merit-3.0.1 CONTRIBUTING.md
merit-3.0.0 CONTRIBUTING.md
merit-2.4.0 CONTRIBUTING.md
merit-2.3.4 CONTRIBUTING.md
merit-2.3.3 CONTRIBUTING.md
merit-2.3.2 CONTRIBUTING.md