From e6ef3614f3d1488a0afe9608af3d163da3bc8201 Mon Sep 17 00:00:00 2001 From: Hidde Wieringa Date: Mon, 18 Oct 2021 21:13:09 +0200 Subject: [PATCH] Contributing guidelines: make version reference older than current maintained version --- contributing/documentation/overview.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contributing/documentation/overview.rst b/contributing/documentation/overview.rst index 460f1b62589..6213c569289 100644 --- a/contributing/documentation/overview.rst +++ b/contributing/documentation/overview.rst @@ -121,7 +121,7 @@ branch of the ``upstream`` remote, which is the original Symfony Docs repository Fixes should always be based on the **oldest maintained branch** which contains the error. Nowadays this is the ``4.4`` branch. If you are instead documenting a new feature, switch to the first Symfony version that included it, e.g. -``upstream/3.1``. +``upstream/5.4``. **Step 5.** Now make your changes in the documentation. Add, tweak, reword and even remove any content and do your best to comply with the