Docs feedback - feature proposal: Make the "Create feature request" button IN NOTIFICATION (alert) more logical
Proposal
I would like to suggest making the button(see attachement) Create merge request that appear after pushing to repository more logical
Problem
- Currently that button by default **always suggest ** to merge a newly pushed code to the default repository (usually the main branch) which may not be the desired way
- We may not take attention of the branch we are merging to. (we be merging to a branch different than main)
Details
-
Most of us may have different merging workflow let's consider the simple example beloaw:
-
Feature branch => ( will merge to) Dev
-
Dev branch => (after some test Dev branch will merge to PreProd)
-
Finnaly Preprod => ( will merge to) Prod
Solution Proposed
Many possible options if they have sense. some could be
-
when creating new-branch through repository, have and option to choose the branch that will be set as **default-branch-this-branch-will-merge-TO **
-
another could be any other scenario....

Edited by Emile DERLA PORM