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
-
To simplify the development and contribution workflows, we have recently made the decision to stop using the
develop
branch for feature consolidation and also renamed the defaultmaster
branch tomain
.Therefore from now on, new branches should typically be off of the
main
branch, and pull requests should also be typically made against themain
branch. This means that themain
branch (instead ofdevelop
) will be where features are accumulated over time.Before this change, those wanting the latest features referred to the
develop
branch and those wanting a stable code base referred tomaster
. After this change, the latest features can now be found on themain
branch. This has the side effect thatmain
may 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