Skip to content

Commit 3dfa263

Browse files
committed
Add a pointer to kubernetes-dev to API changes doc.
1 parent 2ad3af2 commit 3dfa263

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/devel/api_changes.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -284,6 +284,12 @@ you'll figure it out. Put `grep` or `ack` to good use.
284284
If you added functionality, you should consider documenting it and/or writing
285285
an example to illustrate your change.
286286

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+
287293
## Adding new REST objects
288294

289295
TODO(smarterclayton): write this.

0 commit comments

Comments
 (0)