1
0
Fork 0

Add note about Contributing to README

pull/61/head
Jordi Boggiano 2011-10-23 19:39:49 +02:00
parent b667cf98c2
commit d7b77b9e87
1 changed files with 12 additions and 3 deletions

View File

@ -8,7 +8,7 @@ See the [about page](http://packagist.org/about) on [packagist.org](http://packa
Installation / Usage 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 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 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). 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` 3. Run Composer: `php composer.phar install`
4. Browse for more packages on [Packagist](http://packagist.org). 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 Requirements
------------ ------------
@ -42,7 +51,7 @@ License
Composer is licensed under the MIT License - see the LICENSE file for details 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). This project's Solver started out as a PHP port of openSUSE's [Libzypp satsolver](http://en.opensuse.org/openSUSE:Libzypp_satsolver).