Open
Description
Hi,
Would it be possible to add a global parameter in the settings defining the default branch from which new branches would be created?
At the moment, it seems that the most recent branch is chosen. I'd like this to always be the "develop" branch by default.
I've already forgotten to change the default branch when creating a new branch and only realised it when doing the MR.
If the branch defined in the parameter does not exist for the current repository, we would have the current behaviour, the most recent branch would be chosen.
What do you think about this?