How stacked pull requests break down large code changes
Stacked pull requests are now officially in public preview on GitHub. Instead of opening one giant PR that takes forever to review, you can break large code changes into an ordered chain of focused layers. Reviewers can…