diff --git a/README.md b/README.md index 7e014a9c5e..4ff8107096 100644 --- a/README.md +++ b/README.md @@ -21,3 +21,13 @@ changes. If releasing a new tagged version, please update python/istio-api/setup.py version to reflect. + +## Backwards Incompatible Changes + +If a PR tries to make backwards incompatible changes, it will be +blocked by protolock. To force these changes in, install +[protolock](https://github.com/nilslice/protolock) and run +`protolock commit --force`. + +You must include a note in your PR that you had to force the +protolock and why.