Breaking change PR essentials

  • Title: feat!: or refactor!: + what changed + migration hint
  • Opening: what breaks + who is affected + when it takes effect
  • Migration guide: what was removed, what replaces it, how to migrate (+ codemod if possible)
  • Rollback plan: is it reversible? What are the data implications?
  • Pre-merge gate: all consumers notified and migration plan confirmed

Question 0 of 5

Which PR title best communicates that a change is breaking?