Backport #5138 to .github/CONTRIBUTING.markdown
This commit is contained in:
parent
dbf312eec0
commit
55317817d1
|
@ -90,7 +90,7 @@ 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).
|
||||||
|
|
||||||
|
|
|
@ -95,10 +95,7 @@ If your contribution changes any Jekyll behavior, make sure to update the docume
|
||||||
|
|
||||||
### Code contributions generally
|
### Code contributions generally
|
||||||
|
|
||||||
* Jekyll uses the [Rubocop](https://github.com/bbatsov/rubocop) static
|
* 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.
|
||||||
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).
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue