Skip to content

Commit

Permalink
minor #20685 Move the core team page to the contributing root dir as …
Browse files Browse the repository at this point in the history
…it's not just about code (fabpot)

This PR was merged into the 7.3 branch.

Discussion
----------

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

Commits
-------

b3b7901 Move the core team page to the contributing root dir as it's not just about code
  • Loading branch information
fabpot committed Feb 24, 2025
2 parents 6c7d840 + b3b7901 commit b414e4f
Show file tree
Hide file tree
Showing 9 changed files with 8 additions and 7 deletions.
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

0 comments on commit b414e4f

Please sign in to comment.