diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 8fe497db20..8a69e2dc01 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -42,6 +42,25 @@ describe exactly what you tested below the checkbox. - [ ] Linting (`task lint-fix`) - [ ] Manual testing (describe below) +## API Compatibility + + + +- [ ] This PR does not break the `v1beta1` API, OR the `api-break-allowed` label is applied and the migration guidance is described above. + ## Changes