File tree 1 file changed +9
-2
lines changed
1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -157,15 +157,22 @@ Pick a pull request from the `PRs in need of review`_ and follow these steps:
157
157
158
158
Take your project from step 3 and test whether the PR works properly.
159
159
Replace the Symfony project in the ``vendor `` directory by the code in the
160
- PR by running the following Git commands. Insert the PR ID for the `` <ID> ``
161
- placeholders:
160
+ PR by running the following Git commands. Insert the PR ID (that's the number
161
+ after the `` # `` in the PR title) for the `` <ID> `` placeholders:
162
162
163
163
.. code-block :: text
164
164
165
165
$ cd vendor/symfony/symfony
166
166
$ git fetch origin pull/<ID>/head:pr<ID>
167
167
$ git checkout pr<ID>
168
168
169
+ For example:
170
+
171
+ .. code-block :: text
172
+
173
+ $ git fetch origin pull/15723/head:pr15723
174
+ $ git checkout pr15723
175
+
169
176
Now you can test the project against the code in the PR.
170
177
171
178
#. **Update the PR Status **
You can’t perform that action at this time.
0 commit comments