We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ad3af2 commit 3dfa263Copy full SHA for 3dfa263
docs/devel/api_changes.md
@@ -284,6 +284,12 @@ you'll figure it out. Put `grep` or `ack` to good use.
284
If you added functionality, you should consider documenting it and/or writing
285
an example to illustrate your change.
286
287
+## Incompatible API changes
288
+If your change is going to be backward incompatible or might be a breaking change for API
289
+consumers, please send an announcement to `[email protected]` before
290
+the change gets in. If you are unsure, ask. Also make sure that the change gets documented in
291
+`CHANGELOG.md` for the next release.
292
+
293
## Adding new REST objects
294
295
TODO(smarterclayton): write this.
0 commit comments