@@ -29,8 +29,7 @@ The Symfony Core groups, in descending order of priority, are as follows:
2929
30302. **Mergers Team **
3131
32- * Merge pull requests for the component or components on which they have been
33- granted privileges.
32+ * Merge pull requests on the main Symfony repository.
3433
35343. **Deciders Team **
3635
@@ -43,6 +42,10 @@ In addition, there are other groups created to manage specific topics:
4342* Manage the whole security process (triaging reported vulnerabilities, fixing
4443 the reported issues, coordinating the release of security fixes, etc.)
4544
45+ **Recipes Team **
46+
47+ * Manage the recipes in the main and contrib recipe repositories.
48+
4649**Documentation Team **
4750
4851* Manage the whole `symfony-docs repository `_.
@@ -56,44 +59,19 @@ Active Core Members
5659
5760* **Mergers Team ** (``@symfony/mergers `` on GitHub):
5861
59- * **Nicolas Grekas ** (`nicolas-grekas `_) can merge into all components,
60- bridges and bundles;
61-
62- * **Christophe Coevoet ** (`stof `_) can merge into all components, bridges and
63- bundles;
64-
65- * **Christian Flothmann ** (`xabbuh `_) can merge into all components,
66- bridges and bundles;
67-
68- * **Tobias Schultze ** (`Tobion `_) can merge into the Routing _,
69- OptionsResolver _ and PropertyAccess _ components;
70-
71- * **Kévin Dunglas ** (`dunglas `_) can merge into the PropertyInfo _ and the Serializer _
72- component;
73-
74- * **Jakub Zalas ** (`jakzal `_) can merge into the DomCrawler _ and Intl _
75- components;
76-
77- * **Javier Eguiluz ** (`javiereguiluz `_) can merge into the WebProfilerBundle _;
78-
79- * **Grégoire Pineau ** (`lyrixx `_) can merge into the Workflow _ component;
80-
81- * **Ryan Weaver ** (`weaverryan `_) can merge into the Security _ component and
82- the SecurityBundle _;
83-
84- * **Robin Chalas ** (`chalasr `_) can merge into the Console _ and Security _
85- components and the SecurityBundle _;
86-
87- * **Maxime Steinhausser ** (`ogizanagi `_) can merge into Config _, Console _,
88- Form _, Serializer _, DependencyInjection _, and HttpKernel _ components;
89-
90- * **Tobias Nyholm ** (`Nyholm `_) manages the official and contrib recipes
91- repositories;
92-
93- * **Samuel Rozé ** (`sroze `_) can merge into the Messenger _ component.
94-
95- * **Yonel Ceruto ** (`yceruto `_) can merge into the ErrorRenderer,
96- OptionsResolver _, and Form _ components and TwigBundle _.
62+ * **Nicolas Grekas ** (`nicolas-grekas `_);
63+ * **Christophe Coevoet ** (`stof `_);
64+ * **Christian Flothmann ** (`xabbuh `_);
65+ * **Tobias Schultze ** (`Tobion `_);
66+ * **Kévin Dunglas ** (`dunglas `_);
67+ * **Jakub Zalas ** (`jakzal `_);
68+ * **Javier Eguiluz ** (`javiereguiluz `_);
69+ * **Grégoire Pineau ** (`lyrixx `_);
70+ * **Ryan Weaver ** (`weaverryan `_);
71+ * **Robin Chalas ** (`chalasr `_);
72+ * **Maxime Steinhausser ** (`ogizanagi `_);
73+ * **Samuel Rozé ** (`sroze `_);
74+ * **Yonel Ceruto ** (`yceruto `_).
9775
9876* **Deciders Team ** (``@symfony/deciders `` on GitHub):
9977
@@ -105,6 +83,11 @@ Active Core Members
10583 * **Fabien Potencier ** (`fabpot `_);
10684 * **Michael Cullum ** (`michaelcullum `_).
10785
86+ * **Recipes Team **:
87+
88+ * **Fabien Potencier ** (`fabpot `_);
89+ * **Tobias Nyholm ** (`Nyholm `_).
90+
10891* **Documentation Team ** (``@symfony/team-symfony-docs `` on GitHub):
10992
11093 * **Fabien Potencier ** (`fabpot `_);
@@ -170,11 +153,11 @@ A pull request **can be merged** if:
170153
171154* It is a minor change [1 ]_;
172155
173- * Enough time was given for peer reviews (at least 2 days for "regular"
174- pull requests, and 4 days for pull requests with "a significant impact");
156+ * Enough time was given for peer reviews;
175157
176- * At least the component's **Merger ** or two other Core members voted ``+1 ``
177- and no Core member voted ``-1 ``.
158+ * At least two **Merger Team ** members voted ``+1 `` (only one if the submitter
159+ is part of the Merger team) and no Core member voted ``-1 `` (via Github
160+ reviews or as comments).
178161
179162Pull Request Merging Process
180163~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -199,44 +182,6 @@ discretion of the **Project Leader**.
199182.. [1 ] Minor changes comprise typos, DocBlock fixes, code standards
200183 violations, and minor CSS, JavaScript and HTML modifications.
201184
202- .. _PhpUnitBridge : https://github.com/symfony/phpunit-bridge
203- .. _BrowserKit : https://github.com/symfony/browser-kit
204- .. _Cache : https://github.com/symfony/cache
205- .. _Config : https://github.com/symfony/config
206- .. _Console : https://github.com/symfony/console
207- .. _Debug : https://github.com/symfony/debug
208- .. _DebugBundle : https://github.com/symfony/debug-bundle
209- .. _DependencyInjection : https://github.com/symfony/dependency-injection
210- .. _DoctrineBridge : https://github.com/symfony/doctrine-bridge
211- .. _EventDispatcher : https://github.com/symfony/event-dispatcher
212- .. _DomCrawler : https://github.com/symfony/dom-crawler
213- .. _ErrorRenderer : https://github.com/symfony/error-renderer
214- .. _Form : https://github.com/symfony/form
215- .. _HttpFoundation : https://github.com/symfony/http-foundation
216- .. _HttpKernel : https://github.com/symfony/http-kernel
217- .. _Icu : https://github.com/symfony/icu
218- .. _Intl : https://github.com/symfony/intl
219- .. _LDAP : https://github.com/symfony/ldap
220- .. _Locale : https://github.com/symfony/locale
221- .. _Messenger : https://github.com/symfony/messenger
222- .. _MonologBridge : https://github.com/symfony/monolog-bridge
223- .. _OptionsResolver : https://github.com/symfony/options-resolver
224- .. _Process : https://github.com/symfony/process
225- .. _PropertyAccess : https://github.com/symfony/property-access
226- .. _PropertyInfo : https://github.com/symfony/property-info
227- .. _Routing : https://github.com/symfony/routing
228- .. _Serializer : https://github.com/symfony/serializer
229- .. _Translation : https://github.com/symfony/translation
230- .. _Security : https://github.com/symfony/security
231- .. _SecurityBundle : https://github.com/symfony/security-bundle
232- .. _Stopwatch : https://github.com/symfony/stopwatch
233- .. _TwigBridge : https://github.com/symfony/twig-bridge
234- .. _TwigBundle : https://github.com/symfony/twig-bundle
235- .. _Validator : https://github.com/symfony/validator
236- .. _VarDumper : https://github.com/symfony/var-dumper
237- .. _Workflow : https://github.com/symfony/workflow
238- .. _Yaml : https://github.com/symfony/yaml
239- .. _WebProfilerBundle : https://github.com/symfony/web-profiler-bundle
240185 .. _`symfony-docs repository` : https://github.com/symfony/symfony-docs
241186.. _`fabpot` : https://github.com/fabpot/
242187.. _`webmozart` : https://github.com/webmozart/
0 commit comments