From 402ba4e26fef6ae79aedefee134f0cee2143074d Mon Sep 17 00:00:00 2001 From: Thorsten Eckel Date: Wed, 11 Oct 2017 11:12:25 +0200 Subject: [PATCH] Added rubocop and coffeescript requirement info text for pull reqeusts. --- .github/PULL_REQUEST_TEMPLATE.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 2710f602e..eabbfc704 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -4,6 +4,7 @@ Hi there - a lot of love for starting a Pull Request 😍. Please ensure the fol - Create your Pull Request against the develop branch. We don't accept changes to stable branches. - Add a reference to the issue you are trying to fix. Just add a # and the number. - Don't run `bundle update`. It's a honorable thought of you but some dependency versions (e.g. pg) are broken 😢 Just use `bundle install` if you introduce new dependencies instead. +- Run `rubocop` and `coffeelint` on your changes to respect the code style guide. * The upper textblock will be removed automatically when you submit your Pull Request * -->