We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e517929 commit 6243c05Copy full SHA for 6243c05
contributing/community/reviews.rst
@@ -154,8 +154,16 @@ Pick a pull request from the `PRs in need of review`_ and follow these steps:
154
#. **Test the Code**
155
156
Take your project from step 3 and test whether the PR works properly.
157
+ Replace the Symfony vendor by the code in the PR by running the following Git
158
+ commands. Insert the PR ID for the ``<ID>`` placeholders:
159
- TODO: precise steps
160
+ .. code-block:: text
161
+
162
+ $ cd vendor/symfony/symfony
163
+ $ git fetch origin pull/<ID>/head:pr<ID>
164
+ $ git checkout pr<ID>
165
166
+ Now you can test the project against the code in the PR.
167
168
#. **Update the PR Status**
169
0 commit comments