Skip to content

Added the Symfony Docs team #9511

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

Merged
merged 1 commit into from
Mar 29, 2018
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
28 changes: 23 additions & 5 deletions contributing/code/core_team.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ must adhere to said rules and protocol.
Core Organization
-----------------

Symfony Core members are divided into four groups. Each member can only belong
to one group at a time. The privileges granted to a group are automatically
granted to all higher priority groups.
Symfony Core members are divided into groups. Each member can only belong to one
group at a time. The privileges granted to a group are automatically granted to
all higher priority groups.

The Symfony Core groups, in descending order of priority, are as follows:

Expand All @@ -36,11 +36,17 @@ The Symfony Core groups, in descending order of priority, are as follows:

* Decide to merge or reject a pull request.

4. **Security Team**
In addition, there are other groups created to manage specific topics:

**Security Team**

* Manage the whole security process (triaging reported vulnerabilities, fixing
the reported issues, coordinating the release of security fixes, etc.)

**Documentation Team**

* Manage the whole `symfony-docs repository`_.

Active Core Members
~~~~~~~~~~~~~~~~~~~

Expand Down Expand Up @@ -101,7 +107,16 @@ Active Core Members
* **Security Team** (``@symfony/security`` on GitHub):

* **Fabien Potencier** (`fabpot`_);
* **Michael Cullum** (`michaelcullum`_),
* **Michael Cullum** (`michaelcullum`_).

* **Documentation Team** (``@symfony/team-symfony-docs`` on GitHub):

* **Fabien Potencier** (`fabpot`_);
* **Ryan Weaver** (`weaverryan`_);
* **Christian Flothmann** (`xabbuh`_);
* **Wouter De Jong** (`wouterj`_);
* **Jules Pietri** (`HeahDude`_);
* **Javier Eguiluz** (`javiereguiluz`_).

Former Core Members
~~~~~~~~~~~~~~~~~~~
Expand Down Expand Up @@ -222,6 +237,7 @@ discretion of the **Project Leader**.
.. _Workflow: https://github.com/symfony/workflow
.. _Yaml: https://github.com/symfony/yaml
.. _WebProfilerBundle: https://github.com/symfony/web-profiler-bundle
.. _`symfony-docs repository`: https://github.com/symfony/symfony-docs
.. _`fabpot`: https://github.com/fabpot/
.. _`webmozart`: https://github.com/webmozart/
.. _`Tobion`: https://github.com/Tobion/
Expand All @@ -242,3 +258,5 @@ discretion of the **Project Leader**.
.. _`Nyholm`: https://github.com/Nyholm
.. _`sroze`: https://github.com/sroze
.. _`michaelcullum`: https://github.com/michaelcullum
.. _`wouterj`: https://github.com/wouterj
.. _`HeahDude`: https://github.com/HeahDude