Closed ranchodeluxe closed 1 month ago
@jsignell is recommending that we merge conus-dps
to main
and make main
the default branch
Oh I was thinking just delete main
and rename conus-dps
to main
🙈 but your idea is better.
If we decide on a git flow, I will write it up and add to documentation.
Current concept:
--runslow
integration testsThis seems fine to me, but I have less experience with different options than you two do @jsignell @ranchodeluxe . Does this sound good? Or, we can set something up with a dev branch in addition to a main branch, or another option.
This sounds like the standard approach to managing development on a library. So big :+1: from me. One thing that you should definitely consider is branch protection. That lets you control what can get merged to main. For instance you can specify that there has to be a review, or that the tests have to pass.
Completed in #161
Problem
This repository (unlike the other VEDA repositories) can decide on what our Gitflow options we want. Currently we create feature branches off
conus-dps
(the default branch) that get merged. But there are other optionsAC