Skip to content

Commit f9b3eee

Browse files
authored
Merge pull request symfony#33 from symfony/contributing
2 parents a446312 + 7260604 commit f9b3eee

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
| Q | A
2+
| ------------- | ---
3+
| License | MIT
4+
5+
<!--
6+
Please, carefully read the Contributing section in the README
7+
before submitting a pull request.
8+
-->

README.rst

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,16 @@ Symfony recipes allow the automation of Composer packages configuration via the
55
`Symfony Flex`_ Composer plugin.
66

77
This repository hosts contributed recipes for Composer packages that are not
8-
part of the "official" `Symfony recipes`_. To enable this repository in your
9-
project, run the following command:
8+
part of the "official" `Symfony recipes`_. To enable recipes defined in this
9+
repository for your project, run the following command:
1010

1111
.. code-block:: bash
1212
1313
composer config extra.symfony.allow-contrib true
1414
15+
Contributing
16+
------------
17+
1518
For more information about contributing a recipe, read the `documentation`_ on
1619
the main repository.
1720

0 commit comments

Comments
 (0)