From 55317817d19dab37cb0c6999468ad0bb7d95a631 Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Tue, 26 Jul 2016 09:54:33 -0700 Subject: [PATCH] Backport #5138 to .github/CONTRIBUTING.markdown --- .github/CONTRIBUTING.markdown | 2 +- site/_docs/contributing.md | 5 +---- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/CONTRIBUTING.markdown b/.github/CONTRIBUTING.markdown index cdd97d4f..15f2fcce 100644 --- a/.github/CONTRIBUTING.markdown +++ b/.github/CONTRIBUTING.markdown @@ -90,7 +90,7 @@ If your contribution changes any Jekyll behavior, make sure to update the docume ### Code contributions generally -* Jekyll follows the [GitHub Ruby Styleguide](https://github.com/styleguide/ruby). +* Jekyll uses the [Rubocop](https://github.com/bbatsov/rubocop) static analyzer to ensure that contributions follow the [GitHub Ruby Styleguide](https://github.com/styleguide/ruby). Please check your code using `script/fmt` and resolve any errors before pushing your branch. * Don't bump the Gem version in your pull request (if you don't know what that means, you probably didn't). diff --git a/site/_docs/contributing.md b/site/_docs/contributing.md index abdd0e14..a317631c 100644 --- a/site/_docs/contributing.md +++ b/site/_docs/contributing.md @@ -95,10 +95,7 @@ If your contribution changes any Jekyll behavior, make sure to update the docume ### Code contributions generally -* Jekyll uses the [Rubocop](https://github.com/bbatsov/rubocop) static -analyzer to ensure that contributions follow the -[GitHub Ruby Styleguide](https://github.com/styleguide/ruby). Please check your -code using `script/fmt` and resolve any errors before pushing your branch. +* Jekyll uses the [Rubocop](https://github.com/bbatsov/rubocop) static analyzer to ensure that contributions follow the [GitHub Ruby Styleguide](https://github.com/styleguide/ruby). Please check your code using `script/fmt` and resolve any errors before pushing your branch. * Don't bump the Gem version in your pull request (if you don't know what that means, you probably didn't).