Skip to content

Commit 8bd202c

Browse files
committed
added a note about PRs being merged automatically
1 parent b165dcd commit 8bd202c

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README.rst

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,24 @@ project, run the following command:
1515
For more information about contributing a recipe, read the `documentation`_ on
1616
the main repository.
1717

18+
Unlike for official recipes, the pull requests for new contrib recipes are
19+
managed by the community. Pull requests are reviewed by the Symfony Bot and
20+
automatically merged when the following conditions are met (in that order):
21+
22+
* The pull request title does not contain "WIP";
23+
24+
* The Symfony Bot approved the pull request and reported no validation errors;
25+
26+
* Someone (not the Symfony bot nor the pull request author) approved the pull
27+
request;
28+
29+
* The pull request author or the reviewer is a "trusted user". A "trusted user"
30+
being one of the following:
31+
32+
* A Symfony Core Merger;
33+
34+
* A user part of a Github team for all modified/deleted/added packages.
35+
1836
.. _`Symfony Flex`: https://github.com/symfony/flex
1937
.. _`Symfony recipes`: https://github.com/symfony/recipes
2038
.. _`documentation`: https://github.com/symfony/recipes

0 commit comments

Comments
 (0)