From c3ce13c87ce64ad87c3aa3143e7092197f57df02 Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Wed, 15 Apr 2015 02:16:05 +0100 Subject: [PATCH] Update contributing --- CONTRIBUTING.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 820a4002e..841a902c0 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -16,14 +16,9 @@ You can now run Composer by executing the `bin/composer` script: `php /path/to/c Contributing policy ------------------- -All code contributions - including those of people having commit access - -must go through a pull request and approved by a core developer before being -merged. This is to ensure proper review of all the code. - Fork the project, create a feature branch, and send us a pull request. To ensure a consistent code base, you should make sure the code follows -the [Coding Standards](http://symfony.com/doc/current/contributing/code/standards.html) -which we borrowed from Symfony. +the [PSR-2 Coding Standards](http://www.php-fig.org/psr/psr-2/). If you would like to help, take a look at the [list of issues](http://github.com/composer/composer/issues).