Workflow change #343
5A11
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
To simplify the development and contribution workflows, we have recently made the decision to stop using the
developbranch for feature consolidation and also renamed the defaultmasterbranch tomain.Therefore from now on, new branches should typically be off of the
mainbranch, and pull requests should also be typically made against themainbranch. This means that themainbranch (instead ofdevelop) will be where features are accumulated over time.Before this change, those wanting the latest features referred to the
developbranch and those wanting a stable code base referred tomaster. After this change, the latest features can now be found on themainbranch. This has the side effect thatmainmay not be as stable as it used to be at all times and those wanting stable code bases should now refer to release tags.The Contribution Guides is updated with up-to-date instructions for how to contribute to the code base.
Beta Was this translation helpful? Give feedback.
All reactions