-
-
Notifications
You must be signed in to change notification settings - Fork 448
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#1200 explain how the branching model will work post 2.5 #1209
Conversation
@macgills I'm against using |
@macgills i kind of like the concept of "master" and "develop". if it follows the principle that changing the history of master is discouraged or impossible. and changing the history of "develop" as integration branch is allowed. i am against having "feature" and "hotfix" in branch names regulated in a document. |
@kelson42 the idea is that we fully map out what development on this project means, ideally we never do any work outside of these 4 contexts. This keeps the branches very neat and we don't end up with trash anywhere on our top directory. Makes it very clear when someone is not adhering to process.
I don't quite understand what you are saying here because it just sounds like hotfix to me.
If your point is that we want to be in a situation we were in with 2.5 ie We want to release 2.5 but 2.4 was too long ago and all the work was on 3.0, that situation should never ever happen with this structure. |
Fixes #1200
Changes: addition of paragraph to CONTRIBUTING.md