Merge pull request #33 from symfony/contributing

This commit is contained in:
Symfony
2017-05-15 01:52:16 -07:00
committed by GitHub
2 changed files with 13 additions and 2 deletions
+8
View File
@@ -0,0 +1,8 @@
| Q | A
| ------------- | ---
| License | MIT
<!--
Please, carefully read the Contributing section in the README
before submitting a pull request.
-->
+5 -2
View File
@@ -5,13 +5,16 @@ Symfony recipes allow the automation of Composer packages configuration via the
`Symfony Flex`_ Composer plugin.
This repository hosts contributed recipes for Composer packages that are not
part of the "official" `Symfony recipes`_. To enable this repository in your
project, run the following command:
part of the "official" `Symfony recipes`_. To enable recipes defined in this
repository for your project, run the following command:
.. code-block:: bash
composer config extra.symfony.allow-contrib true
Contributing
------------
For more information about contributing a recipe, read the `documentation`_ on
the main repository.