2015-01-20, 11:37 PM
I noticed we have the 'master' branch which is legacy, and the 'feature' branch which is bleeding edge, but nothing in between.
I think it would definitely be nice to offer a 'stable' branch, which offers basically the same files as is available from download (but with all the commit history and issue tracking of GitHub).
Setting it up would be easy, just find the 1.8.3 commit and branch from there; and maintaining it is as simple as merging the feature branch on releases (given that stable shouldn't change at all between releases Git should just fast-forward the stable branch without conflicts).
This would give people that want to develop their own systems off MyBB a place to work from while still keeping it easy to merge updates.
I think it would definitely be nice to offer a 'stable' branch, which offers basically the same files as is available from download (but with all the commit history and issue tracking of GitHub).
Setting it up would be easy, just find the 1.8.3 commit and branch from there; and maintaining it is as simple as merging the feature branch on releases (given that stable shouldn't change at all between releases Git should just fast-forward the stable branch without conflicts).
This would give people that want to develop their own systems off MyBB a place to work from while still keeping it easy to merge updates.