@@ -16,9 +16,9 @@ must adhere to said rules and protocol.
1616Core Organization
1717-----------------
1818
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.
2222
2323The Symfony Core groups, in descending order of priority, are as follows:
2424
@@ -27,15 +27,26 @@ The Symfony Core groups, in descending order of priority, are as follows:
2727* Elects members in any other group;
2828* Merges pull requests in all Symfony repositories.
2929
30- 2. **Mergers **
30+ 2. **Mergers Team **
3131
3232* Merge pull requests for the component or components on which they have been
3333 granted privileges.
3434
35- 3. **Deciders **
35+ 3. **Deciders Team **
3636
3737* Decide to merge or reject a pull request.
3838
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+
3950Active Core Members
4051~~~~~~~~~~~~~~~~~~~
4152
@@ -47,7 +58,7 @@ Active Core Members
4758
4859 * **Fabien Potencier ** (`fabpot `_).
4960
50- * **Mergers ** (``@symfony/mergers `` on GitHub):
61+ * **Mergers Team ** (``@symfony/mergers `` on GitHub):
5162
5263 * **Tobias Schultze ** (`Tobion `_) can merge into the Routing _,
5364 OptionsResolver _ and PropertyAccess _ components;
@@ -88,11 +99,25 @@ Active Core Members
8899
89100 * **Samuel Rozé ** (`sroze `_) can merge into Messenger _ component.
90101
91- * **Deciders ** (``@symfony/deciders `` on GitHub):
102+ * **Deciders Team ** (``@symfony/deciders `` on GitHub):
92103
93104 * **Jordi Boggiano ** (`seldaek `_);
94105 * **Lukas Kahwe Smith ** (`lsmith77 `_).
95106
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+
96121Former Core Members
97122~~~~~~~~~~~~~~~~~~~
98123
@@ -212,6 +237,7 @@ discretion of the **Project Leader**.
212237.. _Workflow : https://github.com/symfony/workflow
213238.. _Yaml : https://github.com/symfony/yaml
214239.. _WebProfilerBundle : https://github.com/symfony/web-profiler-bundle
240+ .. _`symfony-docs repository` : https://github.com/symfony/symfony-docs
215241.. _`fabpot` : https://github.com/fabpot/
216242.. _`webmozart` : https://github.com/webmozart/
217243.. _`Tobion` : https://github.com/Tobion/
@@ -231,3 +257,6 @@ discretion of the **Project Leader**.
231257.. _`ogizanagi` : https://github.com/ogizanagi/
232258.. _`Nyholm` : https://github.com/Nyholm
233259.. _`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