From b513f073a3db4263744e935dd8dfb1d36100ea7b Mon Sep 17 00:00:00 2001 From: Thomas Landauer Date: Tue, 12 Jan 2021 13:49:56 +0100 Subject: [PATCH] Update README.rst --- README.rst | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 777ae1ba..6820d4cf 100644 --- a/README.rst +++ b/README.rst @@ -19,7 +19,22 @@ 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. +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; + + * The user is the Github owner for all modified packages; .. _`Symfony Flex`: https://github.com/symfony/flex .. _`Symfony recipes`: https://github.com/symfony/recipes