pagesource / fusion-components

A collection of React Components built with Emotion.js
https://sape-fusion.herokuapp.com/
MIT License
13 stars 22 forks source link

Move to Feature Branch Workflow #35

Closed sbmadhav closed 6 years ago

sbmadhav commented 6 years ago

I highly recommend all members to move to Feature Branch Workflow - https://www.atlassian.com/git/tutorials/comparing-workflows#feature-branch-workflow All non-member can use Forking Workflow - https://www.atlassian.com/git/tutorials/comparing-workflows#forking-workflow

As a part of this process, we need to remove the following branches. Seeking your permission for the same. If these are already stale branches, let me know. If not, please merge your work to master, so that this can be deleted.

vish288 commented 6 years ago

I was going to suggest that. we need a strategy for release and versioning as well preferably.

areai51 commented 6 years ago

The reason I kept things open was to keep the momentum going and get enough meat in before we start putting in checks and balances. Having said that and given that we now have Travis and heroku deployments I believe its time to move to feature branch strategy.

Feel free to delete the branches except for the styled-components branch.. there is a remote thought that we might choose to make fusion available using styled-components., but happy to hear your thoughts on this.

sbmadhav commented 6 years ago

@areai51 - if we need the styled-components branch we should move it to feature/styled-components to keep it consistent with the branching strategy.

@vichu1988 - if we need release and versioning as well, we can use Gitflow Workflow - https://www.atlassian.com/git/tutorials/comparing-workflows#gitflow-workflow or an equivalent variant to git-flow workflow - Which will use master as the main development branch

sbmadhav commented 6 years ago

Gitflow work flow has been initiated in the repository. Please follow the link to learn about the branching and merging strategy. https://www.atlassian.com/git/tutorials/comparing-workflows#gitflow-workflow