Correct me if I am wrong, but it seems like new commits are done directly to the master, right?
Should not every change be done via PRs, tested and reviewed, and only then merged? It somehow feels as if you start to turn on different things in the CMake, then MicMac stop compiling. From there, I got a feeling that code is not always well tested/reviewed before it is merged to master.
Correct me if I am wrong, but it seems like new commits are done directly to the master, right? Should not every change be done via PRs, tested and reviewed, and only then merged? It somehow feels as if you start to turn on different things in the CMake, then MicMac stop compiling. From there, I got a feeling that code is not always well tested/reviewed before it is merged to master.
I may be wrong, of course.