Get the latest tech news
The Lifecycle of a Pull Request
we shipped a bunch of PR features recently; here's how we built it
We’ve spent the last couple of weeks building out a pull request system for Tangled, and today we want to lift the hood and show you how it works. Reviews are attached to submissions: at a glance, it is easy to tell which comment applies to which “version” of the pull-request The author can choose when to resubmit! They can commit as much as they want to their branch, but a new round begins when they choose to hit “resubmit” It is possible to “interdiff” and observe changes made across submissions (this is coming very soon to Tangled!)
Or read this on Hacker News