Sha256: 6a7ef83c5ae9e1d7e791d94af31890a5e28aa031ffe53e0521dc635a1dd3c53a

Contents?: true

Size: 1.03 KB

Versions: 24

Compression:

Stored size: 1.03 KB

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/doorkeeper.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

Add notes on your change to the `NEWS.md` file.

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/doorkeeper-gem/doorkeeper/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

24 entries across 24 versions & 1 rubygems

Version Path
doorkeeper-5.1.2 CONTRIBUTING.md
doorkeeper-5.0.3 CONTRIBUTING.md
doorkeeper-5.1.1 CONTRIBUTING.md
doorkeeper-5.1.0 CONTRIBUTING.md
doorkeeper-5.1.0.rc2 CONTRIBUTING.md
doorkeeper-5.1.0.rc1 CONTRIBUTING.md
doorkeeper-5.0.2 CONTRIBUTING.md
doorkeeper-5.0.1 CONTRIBUTING.md
doorkeeper-4.4.3 CONTRIBUTING.md
doorkeeper-5.0.0 CONTRIBUTING.md
doorkeeper-4.4.2 CONTRIBUTING.md
doorkeeper-4.4.1 CONTRIBUTING.md
doorkeeper-5.0.0.rc2 CONTRIBUTING.md
doorkeeper-4.4.0 CONTRIBUTING.md
doorkeeper-5.0.0.rc1 CONTRIBUTING.md
doorkeeper-4.3.2 CONTRIBUTING.md
doorkeeper-4.3.1 CONTRIBUTING.md
doorkeeper-4.3.0 CONTRIBUTING.md
doorkeeper-4.2.6 CONTRIBUTING.md
doorkeeper-4.2.5 CONTRIBUTING.md