Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updated the core team #6445

Merged
merged 1 commit into from
Apr 12, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 12 additions & 8 deletions contributing/code/core_team.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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
Expand All @@ -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/
Expand Down