-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Updated the Core Team information #8187
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
Closed
Closed
Changes from 3 commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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,40 @@ 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. | ||
bundle; | ||
|
||
* **Grégoire Pineau** (`lyrixx`_) can merge into the Workflow_ component; | ||
|
||
* **Ryan Weaver** (`weaverryan`_) can merge into the Security_ component and | ||
the SecurityBundle_ bundle; | ||
|
||
* **Robin Chalas** (`chalasr`_) can merge into the Console_ and Security_ | ||
components and the SecurityBundle_ bundle; | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. same here |
||
|
||
* **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 +171,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 +190,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 +200,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 +224,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/ |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What about removing "bundle" here? It looks redundant.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Probably because you need a unique identifier to differentiate the
Security_
andSecurityBundle_
links further downThere was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I mean changing "[...] the SecurityBundle_ bundle;" to ”[...] the SecurityBundle_;". This is a bit like how we deal with interface names when using
class
roles in the rest of the documentation.