Quick Read für alle Devs, die noch mit Pull Requests strugglen.

Pull Requests sind wunderbar geeignet, um Flow in die Arbeit zu bekommen und asynchron, ohne große Disruptions an Sourcecode in einem gesharten Repository zu entwickeln.

Quick Summary:

  1. Add “Why” Code Comments
  2. Make Your PRs Small
  3. Make a Clear Description
  4. Comment Your Own Pull Request
  5. Discuss the Overall Approach Before Implementing the Whole Feature
  6. Rebase Onto Fresh Master Before Creating a PR
  7. Respond to Reviews Quickly
  8. Don’t Amend Already Reviewed Commits — Send New Ones
  9. Thank Reviewers for Their Suggestions

In-Depth:

https://medium.com/better-programming/how-to-make-a-perfect-pull-request-3578fb4c112