@@ -3,7 +3,8 @@ Community Reviews
33
44Symfony is an open-source project driven by a large community. If you don't feel
55ready to contribute code or patches, reviewing issues and pull requests (PRs)
6- can be a great start to get involved and give back.
6+ can be a great start to get involved and give back. In fact, people who "triage"
7+ issues are the backbone to Symfony's success!
78
89Why Reviewing Is Important
910--------------------------
@@ -12,11 +13,11 @@ Community reviews are essential for the development of the Symfony framework,
1213since there are many more pull requests and bug reports than there are members
1314in the Symfony core team to review, fix and merge them.
1415
15- On the `Symfony issue tracker `_, you can find many items in a " Needs Review"
16+ On the `Symfony issue tracker `_, you can find many items in a ` Needs Review `_
1617status:
1718
18- * **Bug Reports **: Bug reports primarily need to be checked for completeness.
19- Is any important information missing? Can the bug be easily reproduced?
19+ * **Bug Reports **: Bug reports need to be checked for completeness.
20+ Is any important information missing? Can the bug be * easily * reproduced?
2021
2122* **Pull Requests **: Pull requests contain code that fixes a bug or implements
2223 new functionality. Reviews of pull requests ensure that they are implemented
@@ -203,3 +204,4 @@ Pick a pull request from the `PRs in need of review`_ and follow these steps:
203204.. _Symfony's Release Schedule : http://symfony.com/doc/current/contributing/community/releases.html#schedule
204205.. _Symfony Roadmap : https://symfony.com/roadmap
205206.. _Carson Bot : https://github.com/carsonbot/carsonbot
207+ .. _`Needs Review` : https://github.com/symfony/symfony/labels/Status%3A%20Needs%20Review
0 commit comments