I've tried to use gitflow, i.e. creating a new hotfix branch locally and pushing it to my forked repository.
I had in mind to create a PR for this repo to create a new branch mirroring my hotfix branch so you could than "gitflow finish" it yourself (i.e. have the change in both master and develop)
However it doesn't seem to work in github:
I've therefore requested to PR into master, not sure what the best strategy is though. I wonder how other projects go about this issue? Any suggestion on how to cooperate with gitflow?
This PR adds some new plots to the documentation.
I've tried to use gitflow, i.e. creating a new hotfix branch locally and pushing it to my forked repository. I had in mind to create a PR for this repo to create a new branch mirroring my hotfix branch so you could than "gitflow finish" it yourself (i.e. have the change in both master and develop) However it doesn't seem to work in github:
https://stackoverflow.com/questions/9796370/github-pull-request-to-a-new-upstream-branch
I've therefore requested to PR into master, not sure what the best strategy is though. I wonder how other projects go about this issue? Any suggestion on how to cooperate with gitflow?