Skip to content

Commit 348a8bb

Browse files
committed
Merge branch '3.4' into 4.4
* 3.4: Mention the link script --copy option
2 parents ed07eef + 95f5cc1 commit 348a8bb

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

contributing/code/pull_requests.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,12 @@ uses, and replaces them by symbolic links to the ones in the Git repository.
191191
Before running the ``link`` command, be sure that the dependencies of the project you
192192
want to debug are installed by running ``composer install`` inside it.
193193

194+
.. tip::
195+
196+
If symlinks to your local Symfony fork cannot be resolved inside your project due to
197+
your dev environment (for instance when using Vagrant where only the current project
198+
directory is mounted), you can alternatively use the ``--copy`` option.
199+
194200
.. _work-on-your-patch:
195201

196202
Work on your Pull Request

0 commit comments

Comments
 (0)