Merge pull request #5138 from chrisfinazzo/note-about-fmt

Merge pull request 5138
This commit is contained in:
jekyllbot 2016-07-26 09:53:00 -07:00 committed by GitHub
commit c83246bfe2
1 changed files with 4 additions and 1 deletions

View File

@ -95,7 +95,10 @@ If your contribution changes any Jekyll behavior, make sure to update the docume
### Code contributions generally ### 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). * Don't bump the Gem version in your pull request (if you don't know what that means, you probably didn't).