Skip to content

Commit 948b44c

Browse files
committed
minor #20982 Mention the community review guide (ogizanagi)
This PR was merged into the 2.7 branch. Discussion ---------- Mention the community review guide | Q | A | ------------- | --- | Branch? | 2.7 | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | N/A | License | MIT | Doc PR | N/A I think it's a good idea to reference this guide on the repository main page and contributing guide. Especially as it explains processes for reviewing that are specific to Symfony (Carson Bot). Commits ------- 313defa Mention the community review guide
2 parents 2f24e69 + 313defa commit 948b44c

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 0 deletions
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

Lines changed: 9 additions & 0 deletions
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)