From b04e7e4ea719db518faaab09e36d20112241fedd Mon Sep 17 00:00:00 2001 From: Lee Bannard Date: Thu, 9 Jun 2016 22:38:51 +0100 Subject: [PATCH] Remove rackt style paragraph from CONTRIBUTING.md --- CONTRIBUTING.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e4e90f7..c01cb7e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -150,10 +150,6 @@ Not all examples have tests. If you see an example project without tests, you ar Please visit the [Examples page](http://redux.js.org/docs/introduction/Examples.html) for information on running individual examples. -### Style - -The [reactjs](https://github.com/reactjs) GitHub org is trying to keep a standard style across its various projects, which can be found over in [eslint-config-reactjs](https://github.com/reactjs/eslint-config-reactjs). If you have a style change proposal, it should first be proposed there. If accepted, we will be happy to accept a PR to implement it here. - ### Sending a Pull Request For non-trivial changes, please open an issue with a proposal for a new feature or refactoring before starting on the work. We don’t want you to waste your efforts on a pull request that we won’t want to accept.