Extend the UI freeze (or create a freeze period for major UI changes) and require that breaks get design approval.
What would extending the freeze accomplish? We already have a long UI freeze (five weeks). Wouldn't extending the freeze just make it harder to land changes? ...
Why should UI freeze breaks require design approval? I'm not aware of any instance of us approving a freeze break that introduced a controversial design change. Do you have an example of a freeze break that you wish we had not approved? ...
Make it clear at which point UI freeze breaks will no longer be accepted.
Hm, I think it's better to handle these on a case-by-case basis, but in general:
* A big new feature that introduces lots of new code is only likely to be accepted at the very beginning (the first week or two) of the freeze period. This is because features like this are pretty much guaranteed to introduce a big crop of new bugs, no matter how carefully-developed.
* Significant, noticeable UI changes are not likely to be accepted during the final week.
But we can and should make exceptions when appropriate. E.g. in the top bar transparency case, I thought it made sense to revert back to our previous behavior, even though the request came in quite late. Or if a feature is long-awaited and very important, maybe it makes sense to let it slip in later than usual. The entire process is for seeking an exception anyway. We also consider how stable a particular module is...
Give marketing a say in whether UI freeze breaks are accepted. (And find someone other than me to take responsibility for this!)
Is this in reference to the nautilus freeze break request? ...
The other case that went badly this cycle was the transparency freeze break request. I think this was a combination of you taking time off at an awkward point right after making the request, leaving nobody to ensure it was actually implemented, and possible confusion due to Mathias not liking the request and due to me forgetting that Andre had given his approval...
Make sure that JHBuild isn't broken, particularly around release time.
Unfortunately some module maintainers do not use JHBuild, and so do not notice if their module is broken.
We do have a technical solution to this: replace JHBuild with BuildStream. ...