adentinger / CMakeBestPractices

A reference CMake configuration for fairly scalable open-/closed-source C/C++ projects
MIT License
2 stars 0 forks source link

Consider using a develop branch #69

Open adentinger opened 1 year ago

adentinger commented 1 year ago

Currently GitHub allows me to directly 'rebase-and-merge', and even 'merge' to main, even if the PR isn't up-to-date with main. The rebase and/or merge may introduce bugs or may cause main the fail to build. A develop branch may be a better place to have the bugs.