gonzaloserrano / go-code-review

Go code review guidelines

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add breaking changes section

gonzaloserrano opened this issue · comments

Does the PR have any breaking change?

  • API changes
  • data model changes
  • any other stateful thing

How to detect those and make sure deploying the new version won't break things.