@@ -227,8 +227,10 @@ rules before submitting a pull request:
227
227
:file: `doc/users/next_whats_new/README.rst ` for more information).
228
228
229
229
* If you change the API in a backward-incompatible way, please document it in
230
- :file: `doc/api/api_changes `, by adding to the relevant file
231
- (see :file: `doc/api/api_changes.rst ` for more information)
230
+ :file: `doc/api/next_api_changes/behaviour `, by adding a new file with the
231
+ naming convention ``99999-ABC.rst `` where the pull request number is followed
232
+ by the contributor's initials. (see :file: `doc/api/api_changes.rst ` for more
233
+ information)
232
234
233
235
* See below for additional points about :ref: `keyword-argument-processing `, if
234
236
applicable for your pull request.
@@ -317,8 +319,10 @@ API changes
317
319
Changes to the public API must follow a standard deprecation procedure to
318
320
prevent unexpected breaking of code that uses Matplotlib.
319
321
320
- - Deprecations must be announced via an entry in
321
- the most recent :file: `doc/api/api_changes_X.Y `
322
+ - Deprecations must be announced via a new file in
323
+ a new file in :file: `doc/api/next_api_changes/deprecations/ ` with
324
+ naming convention ``99999-ABC.rst `` where ``99999 `` is the pull request
325
+ number and ``ABC `` are the contributor's initials.
322
326
- Deprecations are targeted at the next point-release (i.e. 3.x.0).
323
327
- The deprecated API should, to the maximum extent possible, remain fully
324
328
functional during the deprecation period. In cases where this is not
0 commit comments