Pull Requests

  • https://completedeveloperpodcast.com/better-pull-requests/

  • Keep PRs small.

  • Pre-review your code before asking others to review it.

  • Write useful PR header comments and commit messages

  • Focus on a testable (automatic or otherwise) chunk of functionality.

  • Mind your diffs.

  • Make sure tests pass before submitting.

  • Engage with commenters.

Last updated

Was this helpful?