Add option to create merge request to create branch flow
### Problem to solve Working in merge requests is often the preferred convention. We encourage users to create merge requests in a number of places including after a branch is created when changes are committed, as part of the Web IDE commit flow, and optionally when creating a breach from an issue (example screenshots below). We could be more proactive and provide the ability to create a merge request as part of the branch creation flow. <details> <summary>Examples</summary> #### After branch/when changes are committed ![image](/uploads/db66a599daf16cd1c78547f91ce1c354/image.png) #### Web IDE ![image](/uploads/41d5806a6545b5fe79c5859fd6f5e40f/image.png) ### Creating a breach from an issu ![image](/uploads/fc5058c269e31fd6b0e5228bb283e55d/image.png) </details> ### Proposed solution Add the ability to create a merge request as part of the branch creation flow. An optimal hybrib form might be the ideal experience, but a MVC approach could be to include an optional checkbox to launch the merge request creation form after the branch is created. This is is similar to the Web IDE flow. ![image](/uploads/01f3829850f5a8fe3c946b8713976358/image.png)
issue