Skip to content

Instantly share code, notes, and snippets.

@mike-engel
Created November 9, 2015 02:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mike-engel/2cb60def660338512cbd to your computer and use it in GitHub Desktop.
Save mike-engel/2cb60def660338512cbd to your computer and use it in GitHub Desktop.
Two possible branching strategies for picturefill.

Two possible branching strategies for Picturefill

Right now, we have a fairly simple, but sometimes hard to describe branching strategy for picturefill. I've outlined the basic process which will hopefully clear up any questions.

current version

A simpler version

Here is a simple version, which more closely aligns with the github flow. All new work gets merged into master and released as a new version when it's ready. No more waiting.

simpler version

Uh, wrap-up

I'd like to hear your thoughts and any suggestions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment