Skip to content

Commit 6243c05

Browse files
webmozartweaverryan
authored andcommitted
Added instructions about testing a PR
1 parent e517929 commit 6243c05

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

contributing/community/reviews.rst

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,8 +154,16 @@ Pick a pull request from the `PRs in need of review`_ and follow these steps:
154154
#. **Test the Code**
155155

156156
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:
157159

158-
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.
159167

160168
#. **Update the PR Status**
161169

0 commit comments

Comments
 (0)