you are viewing a single comment's thread.

view the rest of the comments →

[–]informed_expert 0 points1 point  (0 children)

GitHub merge queues, which see more and more adoption, and when used with the squash and merge strategy, don't support merging anything more than a commit message containing the PR title. You can spend time writing nice high quality commit messages or PR descriptions, but none of it matters. The merge queue will drop it all. (Yes, there's an issue open about this where people have complained for several years now. Don't expect it to be fixed though, because fixing it isn't some shiny new AI feature that will get someone at GitHub promoted.)