From 55c40e8853038e337364c3205cab9ad1832a2a3f Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Mon, 26 Nov 2018 13:43:24 +0100 Subject: [PATCH] Add note about CS fixes to contribution notes --- .github/CONTRIBUTING.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 5f85c6bd9..a0fd0ce54 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -21,6 +21,11 @@ If your issue involves installing, updating or resolving dependencies, the chance of us being able to reproduce your issue will be much higher if you share your `composer.json` with us. +Coding Style Fixes +------------------ + +We do not accept CS fixes pull requests. Fixes are done by the project maintainers when appropriate to avoid causing too many unnecessary conflicts between branches and pull requests. + Security Reports ----------------