Shopify / draggable

The JavaScript Drag & Drop library your grandparents warned you about.
https://shopify.github.io/draggable
MIT License
18k stars 1.09k forks source link

Contributing: Git flow #89

Closed timrourke closed 7 years ago

timrourke commented 7 years ago

I propose that this library adopt the discipline of Git Flow as the means of managing pull requests, branches, and releases. This approach should:

https://datasift.github.io/gitflow/IntroducingGitFlow.html

tsov commented 7 years ago

Yes, thanks for bringing it up @timrourke 👍 That is the plan once we release the first stable version. It was too early to adopt IMO, as we are still in beta phase.

Currently we are using beta branches, which could be seen as the develop branch and master serves for releases only. Features should currently be pointed to v1.0.0-beta.4 for the next beta release.

I will add this to the Contributing document soon, so we are prepared once we release this.

timrourke commented 7 years ago

👍 Sounds great! Makes sense - no reason to deal with the formality overhead until the first release!