Skip to content

Commit 313defa

Browse files
committed
Mention the community review guide
1 parent 3e874dc commit 313defa

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

CONTRIBUTING.md

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ Symfony is an open source, community-driven project.
55

66
If you'd like to contribute, please read the following documents:
77

8+
* [Reviewing issues/pull requests][0]
89
* [Reporting a Bug][1]
910
* [Submitting a Patch][2]
1011
* [Symfony Core Team][3]
@@ -14,6 +15,7 @@ If you'd like to contribute, please read the following documents:
1415
* [Coding Standards][7]
1516
* [Conventions][8]
1617

18+
[0]: https://symfony.com/doc/current/contributing/community/reviews.html
1719
[1]: https://symfony.com/doc/current/contributing/code/bugs.html
1820
[2]: https://symfony.com/doc/current/contributing/code/patches.html
1921
[3]: https://symfony.com/doc/current/contributing/code/core_team.html

README.md

+9
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,14 @@ please read the [Contributing Code][3] part of the documentation. If you're subm
4141
a pull request, please follow the guidelines in the [Submitting a Patch][4] section
4242
and use [Pull Request Template][5].
4343

44+
Community Reviews
45+
-----------------
46+
47+
If you don't feel ready to contribute code or patches, reviewing issues and pull
48+
requests can be a great start to get involved and give back. In fact, people who
49+
"triage" issues are the backbone to Symfony's success!
50+
More information can be found in the [Community Reviews][8] guide.
51+
4452
Running Symfony Tests
4553
----------------------
4654

@@ -54,3 +62,4 @@ Information on how to run the Symfony test suite can be found in the
5462
[5]: https://symfony.com/doc/current/contributing/code/patches.html#make-a-pull-request
5563
[6]: https://symfony.com/doc/master/contributing/code/tests.html
5664
[7]: https://symfony.com/doc/current/book/installation.html#installing-the-symfony-installer
65+
[8]: https://symfony.com/doc/current/contributing/community/reviews.html

0 commit comments

Comments
 (0)