From d7b77b9e87055e01f3bd1214ee439cfbf3c1d68e Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Sun, 23 Oct 2011 19:39:49 +0200 Subject: [PATCH] Add note about Contributing to README --- README.md | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f3efc630e..25b6fdac8 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ See the [about page](http://packagist.org/about) on [packagist.org](http://packa Installation / Usage -------------------- -1. Download the [`composer.phar`](http://packagist.org/get/composer.phar) executable +1. Download the [`composer.phar`](http://getcomposer.org/composer.phar) executable 2. Create a composer.json defining your dependencies. Note that this example is a short version for applications that are not meant to be published as packages themselves. To create libraries/packages please read the [guidelines](http://packagist.org/about). @@ -24,6 +24,15 @@ themselves. To create libraries/packages please read the [guidelines](http://pac 3. Run Composer: `php composer.phar install` 4. Browse for more packages on [Packagist](http://packagist.org). +Contributing +------------ + +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. + Requirements ------------ @@ -42,7 +51,7 @@ License Composer is licensed under the MIT License - see the LICENSE file for details -Acknowledgements ----------------- +Acknowledgments +--------------- This project's Solver started out as a PHP port of openSUSE's [Libzypp satsolver](http://en.opensuse.org/openSUSE:Libzypp_satsolver).