From 955d73198ae8a9caae57db2f289378562e289009 Mon Sep 17 00:00:00 2001 From: Nextpage <92269411+nxtpge@users.noreply.github.com> Date: Sun, 25 Dec 2022 15:42:32 +0100 Subject: [PATCH] [Contributing] [Code] Add a step for forking in "Proposing a Change" --- contributing/code/pull_requests.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/contributing/code/pull_requests.rst b/contributing/code/pull_requests.rst index 40e11e73364..fa2306f613c 100644 --- a/contributing/code/pull_requests.rst +++ b/contributing/code/pull_requests.rst @@ -87,6 +87,8 @@ Get the Symfony source code: * Fork the `Symfony repository`_ (click on the "Fork" button); +* Uncheck the "Copy the ``X.Y`` branch only"; + * After the "forking action" has completed, clone your fork locally (this will create a ``symfony`` directory):