@@ -29,12 +29,7 @@ The Symfony Core groups, in descending order of priority, are as follows:
29
29
30
30
2. **Mergers Team **
31
31
32
- * Merge pull requests for the component or components on which they have been
33
- granted privileges.
34
-
35
- 3. **Deciders Team **
36
-
37
- * Decide to merge or reject a pull request.
32
+ * Merge pull requests on the main Symfony repository.
38
33
39
34
In addition, there are other groups created to manage specific topics:
40
35
@@ -43,6 +38,10 @@ In addition, there are other groups created to manage specific topics:
43
38
* Manage the whole security process (triaging reported vulnerabilities, fixing
44
39
the reported issues, coordinating the release of security fixes, etc.)
45
40
41
+ **Recipes Team **
42
+
43
+ * Manage the recipes in the main and contrib recipe repositories.
44
+
46
45
**Documentation Team **
47
46
48
47
* Manage the whole `symfony-docs repository `_.
@@ -56,55 +55,30 @@ Active Core Members
56
55
57
56
* **Mergers Team ** (``@symfony/mergers `` on GitHub):
58
57
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 _, the Serializer _
72
- and the WebLink _ components;
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 _.
97
-
98
- * **Deciders Team ** (``@symfony/deciders `` on GitHub):
99
-
100
- * **Jordi Boggiano ** (`seldaek `_);
101
- * **Lukas Kahwe Smith ** (`lsmith77 `_).
58
+ * **Nicolas Grekas ** (`nicolas-grekas `_);
59
+ * **Christophe Coevoet ** (`stof `_);
60
+ * **Christian Flothmann ** (`xabbuh `_);
61
+ * **Tobias Schultze ** (`Tobion `_);
62
+ * **Kévin Dunglas ** (`dunglas `_);
63
+ * **Jakub Zalas ** (`jakzal `_);
64
+ * **Javier Eguiluz ** (`javiereguiluz `_);
65
+ * **Grégoire Pineau ** (`lyrixx `_);
66
+ * **Ryan Weaver ** (`weaverryan `_);
67
+ * **Robin Chalas ** (`chalasr `_);
68
+ * **Maxime Steinhausser ** (`ogizanagi `_);
69
+ * **Samuel Rozé ** (`sroze `_);
70
+ * **Yonel Ceruto ** (`yceruto `_).
102
71
103
72
* **Security Team ** (``@symfony/security `` on GitHub):
104
73
105
74
* **Fabien Potencier ** (`fabpot `_);
106
75
* **Michael Cullum ** (`michaelcullum `_).
107
76
77
+ * **Recipes Team **:
78
+
79
+ * **Fabien Potencier ** (`fabpot `_);
80
+ * **Tobias Nyholm ** (`Nyholm `_).
81
+
108
82
* **Documentation Team ** (``@symfony/team-symfony-docs `` on GitHub):
109
83
110
84
* **Fabien Potencier ** (`fabpot `_);
@@ -123,7 +97,8 @@ Symfony contributions:
123
97
124
98
* **Bernhard Schussek ** (`webmozart `_);
125
99
* **Abdellatif AitBoudad ** (`aitboudad `_);
126
- * **Romain Neutron **.
100
+ * **Romain Neutron **;
101
+ * **Jordi Boggiano ** (`Seldaek `_).
127
102
128
103
Core Membership Application
129
104
~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -170,11 +145,11 @@ A pull request **can be merged** if:
170
145
171
146
* It is a minor change [1 ]_;
172
147
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");
148
+ * Enough time was given for peer reviews;
175
149
176
- * At least the component's **Merger ** or two other Core members voted ``+1 ``
177
- and no Core member voted ``-1 ``.
150
+ * At least two **Merger Team ** members voted ``+1 `` (only one if the submitter
151
+ is part of the Merger team) and no Core member voted ``-1 `` (via Github
152
+ reviews or as comments).
178
153
179
154
Pull Request Merging Process
180
155
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -199,45 +174,6 @@ discretion of the **Project Leader**.
199
174
.. [1 ] Minor changes comprise typos, DocBlock fixes, code standards
200
175
violations, and minor CSS, JavaScript and HTML modifications.
201
176
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
240
- .. _WebLink : https://github.com/symfony/web-link
241
177
.. _`symfony-docs repository` : https://github.com/symfony/symfony-docs
242
178
.. _`fabpot` : https://github.com/fabpot/
243
179
.. _`webmozart` : https://github.com/webmozart/
0 commit comments