Explorar el Código

Add note about Contributing to README

Jordi Boggiano hace 13 años
padre
commit
d7b77b9e87
Se han modificado 1 ficheros con 12 adiciones y 3 borrados
  1. 12 3
      README.md

+ 12 - 3
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).