diff --git a/contributing/code/core_team.rst b/contributing/code/core_team.rst index b9ce25e1c98..760246bbd93 100644 --- a/contributing/code/core_team.rst +++ b/contributing/code/core_team.rst @@ -49,10 +49,6 @@ Active Core Members * **Mergers** (``@symfony/mergers`` on GitHub): - * **Bernhard Schussek** (`webmozart`_) can merge into the Form_, - Validator_, Icu_, Intl_, Locale_, OptionsResolver_ and PropertyAccess_ - components; - * **Tobias Schultze** (`Tobion`_) can merge into the Routing_, OptionsResolver_ and PropertyAccess_ components; @@ -69,23 +65,39 @@ Active Core Members * **Kévin Dunglas** (`dunglas`_) can merge into the PropertyInfo_, Serializer_ component; - * **Abdellatif AitBoudad** (`aitboudad`_) can merge into the Translation_ - component; - - * **Jakub Zalas** (`jakzal`_) can merge into the DomCrawler_ component; + * **Jakub Zalas** (`jakzal`_) can merge into the DomCrawler_ and Intl_ + components; * **Christian Flothmann** (`xabbuh`_) can merge into the Yaml_ component; - * **Javier Eguiluz** (`javiereguiluz`_) can merge into the WebProfilerBundle_ - bundle. + * **Javier Eguiluz** (`javiereguiluz`_) can merge into the WebProfilerBundle_; + + * **Grégoire Pineau** (`lyrixx`_) can merge into the Workflow_ component; + + * **Ryan Weaver** (`weaverryan`_) can merge into the Security_ component and + the SecurityBundle_; + + * **Robin Chalas** (`chalasr`_) can merge into the Console_ and Security_ + components and the SecurityBundle_; - * **Grégoire Pineau** (`lyrixx`_) can merge into the Workflow_ component. + * **Maxime Steinhausser** (`ogizanagi`_) can merge into Config_, Console_, + Form_, Serializer_, DependencyInjection_, and HttpKernel_ components; + + * **Charles Sarrazin** (`csarrazi`_) can merge into the LDAP_ component. * **Deciders** (``@symfony/deciders`` on GitHub): * **Jordi Boggiano** (`seldaek`_); - * **Lukas Kahwe Smith** (`lsmith77`_); - * **Ryan Weaver** (`weaverryan`_). + * **Lukas Kahwe Smith** (`lsmith77`_). + +Former Core Members +~~~~~~~~~~~~~~~~~~~ + +They are no longer part of the Core Team, but we are very grateful for all their +Symfony contributions: + + * **Bernhard Schussek** (`webmozart`_); + * **Abdellatif AitBoudad** (`aitboudad`_). Core Membership Application ~~~~~~~~~~~~~~~~~~~~~~~~~~~ @@ -158,7 +170,6 @@ Symfony Core Rules and Protocol Amendments The rules described in this document may be amended at anytime at the discretion of the **Project Leader**. - .. [1] Minor changes comprise typos, DocBlock fixes, code standards violations, and minor CSS, JavaScript and HTML modifications. @@ -178,6 +189,7 @@ discretion of the **Project Leader**. .. _HttpKernel: https://github.com/symfony/http-kernel .. _Icu: https://github.com/symfony/icu .. _Intl: https://github.com/symfony/intl +.. _LDAP: https://github.com/symfony/ldap .. _Locale: https://github.com/symfony/locale .. _MonologBridge: https://github.com/symfony/monolog-bridge .. _OptionsResolver: https://github.com/symfony/options-resolver @@ -187,6 +199,8 @@ discretion of the **Project Leader**. .. _Routing: https://github.com/symfony/routing .. _Serializer: https://github.com/symfony/serializer .. _Translation: https://github.com/symfony/translation +.. _Security: https://github.com/symfony/security +.. _SecurityBundle: https://github.com/symfony/security-bundle .. _Stopwatch: https://github.com/symfony/stopwatch .. _TwigBridge: https://github.com/symfony/twig-bridge .. _Validator: https://github.com/symfony/validator @@ -209,3 +223,6 @@ discretion of the **Project Leader**. .. _`xabbuh`: https://github.com/xabbuh/ .. _`javiereguiluz`: https://github.com/javiereguiluz/ .. _`lyrixx`: https://github.com/lyrixx/ +.. _`chalasr`: https://github.com/chalasr/ +.. _`ogizanagi`: https://github.com/ogizanagi/ +.. _`csarrazi`: https://github.com/csarrazi/