@@ -16,9 +16,9 @@ must adhere to said rules and protocol.
16
16
Core Organization
17
17
-----------------
18
18
19
- Symfony Core members are divided into three groups. Each member can only belong
20
- to one group at a time. The privileges granted to a group are automatically
21
- granted to all higher priority groups.
19
+ Symfony Core members are divided into groups. Each member can only belong to one
20
+ group at a time. The privileges granted to a group are automatically granted to
21
+ all higher priority groups.
22
22
23
23
The Symfony Core groups, in descending order of priority, are as follows:
24
24
@@ -27,15 +27,26 @@ The Symfony Core groups, in descending order of priority, are as follows:
27
27
* Elects members in any other group;
28
28
* Merges pull requests in all Symfony repositories.
29
29
30
- 2. **Mergers **
30
+ 2. **Mergers Team **
31
31
32
32
* Merge pull requests for the component or components on which they have been
33
33
granted privileges.
34
34
35
- 3. **Deciders **
35
+ 3. **Deciders Team **
36
36
37
37
* Decide to merge or reject a pull request.
38
38
39
+ In addition, there are other groups created to manage specific topics:
40
+
41
+ **Security Team **
42
+
43
+ * Manage the whole security process (triaging reported vulnerabilities, fixing
44
+ the reported issues, coordinating the release of security fixes, etc.)
45
+
46
+ **Documentation Team **
47
+
48
+ * Manage the whole `symfony-docs repository `_.
49
+
39
50
Active Core Members
40
51
~~~~~~~~~~~~~~~~~~~
41
52
@@ -47,7 +58,7 @@ Active Core Members
47
58
48
59
* **Fabien Potencier ** (`fabpot `_).
49
60
50
- * **Mergers ** (``@symfony/mergers `` on GitHub):
61
+ * **Mergers Team ** (``@symfony/mergers `` on GitHub):
51
62
52
63
* **Tobias Schultze ** (`Tobion `_) can merge into the Routing _,
53
64
OptionsResolver _ and PropertyAccess _ components;
@@ -88,11 +99,25 @@ Active Core Members
88
99
89
100
* **Samuel Rozé ** (`sroze `_) can merge into Messenger _ component.
90
101
91
- * **Deciders ** (``@symfony/deciders `` on GitHub):
102
+ * **Deciders Team ** (``@symfony/deciders `` on GitHub):
92
103
93
104
* **Jordi Boggiano ** (`seldaek `_);
94
105
* **Lukas Kahwe Smith ** (`lsmith77 `_).
95
106
107
+ * **Security Team ** (``@symfony/security `` on GitHub):
108
+
109
+ * **Fabien Potencier ** (`fabpot `_);
110
+ * **Michael Cullum ** (`michaelcullum `_).
111
+
112
+ * **Documentation Team ** (``@symfony/team-symfony-docs `` on GitHub):
113
+
114
+ * **Fabien Potencier ** (`fabpot `_);
115
+ * **Ryan Weaver ** (`weaverryan `_);
116
+ * **Christian Flothmann ** (`xabbuh `_);
117
+ * **Wouter De Jong ** (`wouterj `_);
118
+ * **Jules Pietri ** (`HeahDude `_);
119
+ * **Javier Eguiluz ** (`javiereguiluz `_).
120
+
96
121
Former Core Members
97
122
~~~~~~~~~~~~~~~~~~~
98
123
@@ -212,6 +237,7 @@ discretion of the **Project Leader**.
212
237
.. _Workflow : https://github.com/symfony/workflow
213
238
.. _Yaml : https://github.com/symfony/yaml
214
239
.. _WebProfilerBundle : https://github.com/symfony/web-profiler-bundle
240
+ .. _`symfony-docs repository` : https://github.com/symfony/symfony-docs
215
241
.. _`fabpot` : https://github.com/fabpot/
216
242
.. _`webmozart` : https://github.com/webmozart/
217
243
.. _`Tobion` : https://github.com/Tobion/
@@ -231,3 +257,6 @@ discretion of the **Project Leader**.
231
257
.. _`ogizanagi` : https://github.com/ogizanagi/
232
258
.. _`Nyholm` : https://github.com/Nyholm
233
259
.. _`sroze` : https://github.com/sroze
260
+ .. _`michaelcullum` : https://github.com/michaelcullum
261
+ .. _`wouterj` : https://github.com/wouterj
262
+ .. _`HeahDude` : https://github.com/HeahDude
0 commit comments