You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@jbrockmendel noted here that whatsnew notes are a major source of merge conflicts. @rhshadrach also mentioned it in Slack once.
I have an idea for how to address this - we require that, within each block, the issues be sorted by issue number. Then, the chances of two people modifying the same line of code should be greatly reduced compared with if everyone is appending to the end of the block
It should be pretty straightforward to write a check for this - any objections?