From 7dd9e954d9b11bda4c3fc816f811bcf61edb264a Mon Sep 17 00:00:00 2001 From: chrisfinazzo Date: Mon, 25 Jul 2016 18:35:03 -0400 Subject: [PATCH] Add a note about script/fmt --- site/_docs/contributing.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/site/_docs/contributing.md b/site/_docs/contributing.md index ff03cb3c..abdd0e14 100644 --- a/site/_docs/contributing.md +++ b/site/_docs/contributing.md @@ -95,7 +95,10 @@ 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).