sunscrapers / djoser

REST implementation of Django authentication system.
MIT License
2.52k stars 460 forks source link

Start using git flow #408

Open ozeranskii opened 5 years ago

ozeranskii commented 5 years ago

https://danielkummer.github.io/git-flow-cheatsheet/index.html

hvdklauw commented 5 years ago

Seems a bit strange to make an issue about. Git flow is a way to work with git, but not always the best fit.

ozeranskii commented 5 years ago

methodology is an architectural question. I suggest using, for example, gitflow. This will make it possible to conveniently manage new features and hotfixes.

benzkji commented 5 years ago

yes, at least a default "develop" branch, that clearly states "development is going on here", and a master one, with only stable and tagged releases would be cool.

I personally use git flow for my OS projects...it might look like an overkill for small projects, but really helps you to keep things as they should be ;-)