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

Move the core team page to the contributing root dir as it's not just about code #20685

Merged
merged 1 commit into from
Feb 24, 2025
Merged
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions _build/redirection_map
Original file line number Diff line number Diff line change
Expand Up @@ -430,6 +430,7 @@
/email/spool /mailer
/email/testing /mailer
/contributing/community/other /contributing/community
/contributing/code/core_team /contributing/core_team
/profiler/storage /profiler
/setup/composer /setup
/security/security_checker /setup
Expand Down
2 changes: 1 addition & 1 deletion _images/sources/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ only the asciicast file).

[1]: http://dia-installer.de/
[2]: https://fonts.google.com/specimen/PT+Sans+Narrow
[3]: https://symfony.com/doc/current/contributing/code/core_team.html
[3]: https://symfony.com/doc/current/contributing/core_team.html
[4]: https://github.com/asciinema/asciinema
[5]: https://github.com/asciinema/agg
[6]: https://www.jetbrains.com/lp/mono/
1 change: 0 additions & 1 deletion contributing/code/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ Contributing Code
reproducer
pull_requests
maintenance
core_team
security
tests
bc
Expand Down
2 changes: 1 addition & 1 deletion contributing/code/pull_requests.rst
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ perspective, please join the ``#contribs`` channel on `Symfony Slack`_. If you
receive feedback you find abusive please contact the
:doc:`CARE team </contributing/code_of_conduct/care_team>`.

The :doc:`core team </contributing/code/core_team>` is responsible for deciding
The :doc:`core team </contributing/core_team>` is responsible for deciding
which PR gets merged, so their feedback is the most relevant. So do not feel
pressured to refactor your code immediately when someone provides feedback.

Expand Down
2 changes: 1 addition & 1 deletion contributing/code/standards.rst
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ Documentation
* When adding a new class or when making significant changes to an existing class,
an ``@author`` tag with personal contact information may be added, or expanded.
Please note it is possible to have the personal contact information updated or
removed per request to the :doc:`core team </contributing/code/core_team>`.
removed per request to the :doc:`core team </contributing/core_team>`.

License
~~~~~~~
Expand Down
2 changes: 1 addition & 1 deletion contributing/code_of_conduct/care_team.rst
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ also contact all of them at once by emailing ** [email protected] **.
About the CARE Team
-------------------

The :doc:`Symfony project leader </contributing/code/core_team>` appoints the CARE
The :doc:`Symfony project leader </contributing/core_team>` appoints the CARE
team with candidates they see fit. The CARE team will consist of at least
3 people. The team should be representing as many demographics as possible,
ideally from different employers.
2 changes: 1 addition & 1 deletion contributing/community/releases.rst
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ PHP Compatibility
-----------------

The **minimum** PHP version is decided for each **major** Symfony version by consensus
amongst the :doc:`core team </contributing/code/core_team>` and documented as
amongst the :doc:`core team </contributing/core_team>` and documented as
part of the :ref:`technical requirements for running Symfony applications
<symfony-tech-requirements>`.

Expand Down
File renamed without changes.
3 changes: 2 additions & 1 deletion contributing/map.rst.inc
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
* :doc:`The Core Team </contributing/core_team>`

* **Code of Conduct**

* :doc:`/contributing/code_of_conduct/code_of_conduct`
Expand All @@ -12,7 +14,6 @@
* :doc:`Pull Requests </contributing/code/pull_requests>`
* :doc:`Reviewing Issues and Pull Requests </contributing/community/reviews>`
* :doc:`Maintenance </contributing/code/maintenance>`
* :doc:`The Core Team </contributing/code/core_team>`
* :doc:`Security </contributing/code/security>`
* :doc:`Tests </contributing/code/tests>`
* :doc:`Backward Compatibility </contributing/code/bc>`
Expand Down