Mention the community review guide
parent
3e874dc878
commit
313defaadf
|
@ -5,6 +5,7 @@ Symfony is an open source, community-driven project.
|
|||
|
||||
If you'd like to contribute, please read the following documents:
|
||||
|
||||
* [Reviewing issues/pull requests][0]
|
||||
* [Reporting a Bug][1]
|
||||
* [Submitting a Patch][2]
|
||||
* [Symfony Core Team][3]
|
||||
|
@ -14,6 +15,7 @@ If you'd like to contribute, please read the following documents:
|
|||
* [Coding Standards][7]
|
||||
* [Conventions][8]
|
||||
|
||||
[0]: https://symfony.com/doc/current/contributing/community/reviews.html
|
||||
[1]: https://symfony.com/doc/current/contributing/code/bugs.html
|
||||
[2]: https://symfony.com/doc/current/contributing/code/patches.html
|
||||
[3]: https://symfony.com/doc/current/contributing/code/core_team.html
|
||||
|
|
|
@ -41,6 +41,14 @@ please read the [Contributing Code][3] part of the documentation. If you're subm
|
|||
a pull request, please follow the guidelines in the [Submitting a Patch][4] section
|
||||
and use [Pull Request Template][5].
|
||||
|
||||
Community Reviews
|
||||
-----------------
|
||||
|
||||
If you don't feel ready to contribute code or patches, reviewing issues and pull
|
||||
requests can be a great start to get involved and give back. In fact, people who
|
||||
"triage" issues are the backbone to Symfony's success!
|
||||
More information can be found in the [Community Reviews][8] guide.
|
||||
|
||||
Running Symfony Tests
|
||||
----------------------
|
||||
|
||||
|
@ -54,3 +62,4 @@ Information on how to run the Symfony test suite can be found in the
|
|||
[5]: https://symfony.com/doc/current/contributing/code/patches.html#make-a-pull-request
|
||||
[6]: https://symfony.com/doc/master/contributing/code/tests.html
|
||||
[7]: https://symfony.com/doc/current/book/installation.html#installing-the-symfony-installer
|
||||
[8]: https://symfony.com/doc/current/contributing/community/reviews.html
|
||||
|
|
Reference in New Issue