Skip to content

Commit 9afe27f

Browse files
committed
minor #15941 Contributing guidelines: make version reference older than current maintained version (hiddewie)
This PR was squashed before being merged into the 4.4 branch. Discussion ---------- Contributing guidelines: make version reference older than current maintained version This is a very small PR. In the contributing guidelines, there are two explicit versions. One sentence is about the oldest maintained version, and then there is a sentence making docs changes for newer features in newer versions. The example in the sentence should be newer than the oldest maintained version. Commits ------- e6ef361 Contributing guidelines: make version reference older than current maintained version
2 parents 3c8f5dc + e6ef361 commit 9afe27f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contributing/documentation/overview.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ branch of the ``upstream`` remote, which is the original Symfony Docs repository
121121
Fixes should always be based on the **oldest maintained branch** which contains
122122
the error. Nowadays this is the ``4.4`` branch. If you are instead documenting a
123123
new feature, switch to the first Symfony version that included it, e.g.
124-
``upstream/3.1``.
124+
``upstream/5.4``.
125125

126126
**Step 5.** Now make your changes in the documentation. Add, tweak, reword and
127127
even remove any content and do your best to comply with the

0 commit comments

Comments
 (0)