-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Description
Snipe-IT Version
develop
Operating System
ubuntu
Web Server
apache
PHP Version
7.4
Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
A suggestion (sorry if you've thought of this already and dismissed it due to the workload/shift i might take). I find it helpful when contributing to projects with major version release branches instead of develop and master.
Describe the solution you'd like A clear and concise description of what you want to happen.
For example having branches like 5.x and 6.x and you can make releases off of the respective branches.
Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.
I've seen hybrid approaches where a master branch is still used, but I think it might not be needed. This project used to use it but I think they stopped using it now: https://github.com/drush-ops/drush
Additional context Add any other context or screenshots about the feature request here.
I'm a Drupal core and contrib maintainer and that's the direction we've headed and it seems to solve some of the issues I was reading in the release notes for 6.x RC where diverging dev & master branches.