Which branch do Pull-Requests need to be based for most updated releases

Hi,

We have several code contribution we would like to do in the Github repository. Actually we have already posted some of them. But we have some doubts regarding the branches the Pull-Requests need to be based/merged to.

We read the documentation regarding this topic Bug Fixes :: SuiteCRM Documentation . As there are to parallel versions (7.10.X - 7.11.X), we are confused about which branch we have to actually merge them to.

Ideally we would like to merge our PRs into the most updated versión, that we guess they are the 7.11.X (soon 7.12 coming).

Then, do we need to base our Pull Requests and merge them into hotfix-7.10x branch as the documentation displays? Or they can be directly based/merge into hotfix or 7.11.x branch?

Thanks