From 8bd202c0acc790d0e4fde6196d229a304177e986 Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Fri, 12 May 2017 15:57:03 -0700 Subject: [PATCH] added a note about PRs being merged automatically --- README.rst | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README.rst b/README.rst index f8c9e361..b3461b27 100644 --- a/README.rst +++ b/README.rst @@ -15,6 +15,24 @@ project, run the following command: For more information about contributing a recipe, read the `documentation`_ on the main repository. +Unlike for official recipes, the pull requests for new contrib recipes are +managed by the community. Pull requests are reviewed by the Symfony Bot and +automatically merged when the following conditions are met (in that order): + +* The pull request title does not contain "WIP"; + +* The Symfony Bot approved the pull request and reported no validation errors; + +* Someone (not the Symfony bot nor the pull request author) approved the pull + request; + +* The pull request author or the reviewer is a "trusted user". A "trusted user" + being one of the following: + + * A Symfony Core Merger; + + * A user part of a Github team for all modified/deleted/added packages. + .. _`Symfony Flex`: https://github.com/symfony/flex .. _`Symfony recipes`: https://github.com/symfony/recipes .. _`documentation`: https://github.com/symfony/recipes