CONTRIBUTING.md in doorkeeper-5.1.2 vs CONTRIBUTING.md in doorkeeper-5.2.0.rc1

- old
+ new

@@ -1,12 +1,10 @@ # Contributing We love pull requests from everyone. By participating in this project, you agree -to abide by the thoughtbot [code of conduct]. +to abide by the [code of conduct](CODE_OF_CONDUCT.md). -[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 @@ -17,27 +15,24 @@ rake Make your change. Write tests. -Follow our [style guide][style]. +Follow our [style guide](.rubocop.yml). Make the tests pass: -[style]: https://github.com/thoughtbot/guides/tree/master/style - rake -Add notes on your change to the `NEWS.md` file. +Add notes on your change to the `CHANGELOG.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. +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.