Skip to content

Instantly share code, notes, and snippets.

View ozsvart-karoly-nx's full-sized avatar

Ozsvárt Károly ozsvart-karoly-nx

View GitHub Profile
@arphox
arphox / PR_best_practices.md
Last active February 15, 2024 16:35
Pull request best practices

Pull request best practices

A meta-analysis by Károly Ozsvárt

Key takeaways

  • Keep PRs small [1] [2] [3] [4] [5] [7]
  • Break down large pull requests into smaller ones [1] [5]
  • Have a good title [1] [4] [9]
  • Have a good description [1] [4] [9]
  • Reviewing PRs is hard [4] [6]
  • Have good commit messages [4] [7]