I want to make the pull request merge into develop from the feature branch by default.
I\'m advocating the use of git flow, so when a pull request is submitted for a fea
Alternatively make develop the default branch that everyone sees when visiting the project. The downside is that anyone who clones it will get an unstable branch by default but all pull requests will go to the develop branch by default too.
develop