we should be working off a dev branch... then when its bug free merge to main.
anyone want to create a dev branch and github best practices guide?
this way anyone contributing to this project is learning git in the way you would use it if you were working at a company or on a large OS project.
as we grow larger, I think it is time to implement this.
that way we can keep bug free code on main branch and keep buggy code on the dev branch.
we should never push buggy code to main (master), this includes pushing buggy UI code
we should be working off a dev branch... then when its bug free merge to main. anyone want to create a dev branch and github best practices guide? this way anyone contributing to this project is learning git in the way you would use it if you were working at a company or on a large OS project.
as we grow larger, I think it is time to implement this. that way we can keep bug free code on main branch and keep buggy code on the dev branch. we should never push buggy code to main (master), this includes pushing buggy UI code