From ee09934ccdbc7fc8958a9d2ae882c6d4d5792c6f Mon Sep 17 00:00:00 2001 From: Michelle Sanver Date: Sat, 6 Apr 2019 20:37:52 +0200 Subject: [PATCH] Link to review comments documentation The reviews comment documentation can be difficult to find, adding this link will help more people read through it. --- contributing/community/reviews.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/contributing/community/reviews.rst b/contributing/community/reviews.rst index 2d4a5f125fa..395ff4c6ebc 100644 --- a/contributing/community/reviews.rst +++ b/contributing/community/reviews.rst @@ -6,6 +6,11 @@ ready to contribute code or patches, reviewing issues and pull requests (PRs) can be a great start to get involved and give back. In fact, people who "triage" issues are the backbone to Symfony's success! +.. note:: + + Communicating in a way where your words come across as intended can be difficult. + Please read through the :doc:`Respectful Review Comments ` guidelines. + Why Reviewing Is Important --------------------------