Tips on contributing #47334
-
Hi all! Thanks in advance. Franco |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi! The PR you mention has been merged in the 5.4 branch so there is no way it affected 5.1. Anyway, you must base your branches on another, but You can read https://symfony.com/doc/current/contributing/index.html (and more specifically https://symfony.com/doc/current/contributing/code/pull_requests.html#choose-the-right-branch) to get started. |
Beta Was this translation helpful? Give feedback.
Hi!
The PR you mention has been merged in the 5.4 branch so there is no way it affected 5.1.
Anyway, you must base your branches on another, but
v5.1.11
is a tag so it would not work. Bugs must be fixed on the oldest maintained branch which contains them. That means if you find a bug introduced onv5.1.10
you have to work on the 5.4 branch (see https://symfony.com/releases for the list of maintained branches).You can read https://symfony.com/doc/current/contributing/index.html (and more specifically https://symfony.com/doc/current/contributing/code/pull_requests.html#choose-the-right-branch) to get started.