Hoohm / dropSeqPipe

A SingleCell RNASeq pre-processing snakemake workflow
Creative Commons Attribution Share Alike 4.0 International
147 stars 47 forks source link

Hotfix/doc add plots #55

Closed seb-mueller closed 6 years ago

seb-mueller commented 6 years ago

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?

Hoohm commented 6 years ago

Hey @seb-mueller I found this idea on stackoverflow. Let's try this.

Hoohm commented 6 years ago

Ok, can you make another PR for the develop branch?

seb-mueller commented 6 years ago

Done. Guess this could work i.e. submitting PRs to both master and develop for hotfixes to mimic the git-flow scheme.