diff --git a/contributing/code/core_team.rst b/contributing/code/core_team.rst index be7e365543c..8e0a34f781b 100644 --- a/contributing/code/core_team.rst +++ b/contributing/code/core_team.rst @@ -51,16 +51,15 @@ Active Core Members * **Romain Neutron** (`romainneutron`_) can merge into the Process_ component; - * **Nicolas Grekas** (`nicolas-grekas`_) can merge into the Debug_ - component; + * **Nicolas Grekas** (`nicolas-grekas`_) can merge into the Cache_, Debug_, + Process_, PropertyAccess_, VarDumper_ components, PhpUnitBridge_ and + the DebugBundle_; - * **Christophe Coevoet** (`stof`_) can merge into the BrowserKit_, - Config_, Console_, DependencyInjection_, DomCrawler_, EventDispatcher_, - HttpFoundation_, HttpKernel_, Serializer_, Stopwatch_, DoctrineBridge_, - MonologBridge_, and TwigBridge_ components; + * **Christophe Coevoet** (`stof`_) can merge into all components, bridges and + bundles; - * **Kévin Dunglas** (`dunglas`_) can merge into the Serializer_ - component; + * **Kévin Dunglas** (`dunglas`_) can merge into the PropertyInfo_, + Serializer_ component; * **Abdellatif AitBoudad** (`aitboudad`_) can merge into the Translation_ component; @@ -153,10 +152,13 @@ discretion of the **Project Leader**. .. [1] Minor changes comprise typos, DocBlock fixes, code standards violations, and minor CSS, JavaScript and HTML modifications. +.. _PhpUnitBridge: https://github.com/symfony/phpunit-bridge .. _BrowserKit: https://github.com/symfony/browser-kit +.. _Cache: https://github.com/symfony/cache .. _Config: https://github.com/symfony/config .. _Console: https://github.com/symfony/console .. _Debug: https://github.com/symfony/debug +.. _DebugBundle: https://github.com/symfony/debug-bundle .. _DependencyInjection: https://github.com/symfony/dependency-injection .. _DoctrineBridge: https://github.com/symfony/doctrine-bridge .. _EventDispatcher: https://github.com/symfony/event-dispatcher @@ -171,12 +173,14 @@ discretion of the **Project Leader**. .. _OptionsResolver: https://github.com/symfony/options-resolver .. _Process: https://github.com/symfony/process .. _PropertyAccess: https://github.com/symfony/property-access +.. _PropertyInfo: https://github.com/symfony/property-info .. _Routing: https://github.com/symfony/routing .. _Serializer: https://github.com/symfony/serializer .. _Translation: https://github.com/symfony/translation .. _Stopwatch: https://github.com/symfony/stopwatch .. _TwigBridge: https://github.com/symfony/twig-bridge .. _Validator: https://github.com/symfony/validator +.. _VarDumper: https://github.com/symfony/var-dumper .. _Yaml: https://github.com/symfony/yaml .. _WebProfilerBundle: https://github.com/symfony/web-profiler-bundle .. _`fabpot`: https://github.com/fabpot/