99
1010 Instructions for writing "What's new" entries
1111=============================================
12-
1312.. whats-new-guide-start
1413
15- Please place new portions of :file: `whats_new.rst ` in the
16- :file: `doc/users/next_whats_new/ ` directory.
14+ Each new feature (e.g. function, parameter, config value, behavior, ...) must
15+ be described through a "What's new" entry.
16+
17+ Each entry is written into a separate file in the
18+ :file: `doc/users/next_whats_new/ ` directory. They are sorted and merged into
19+ :file: `whats_new.rst ` during the release process.
1720
1821When adding an entry please look at the currently existing files to
1922see if you can extend any of them. If you create a file, name it
@@ -26,14 +29,19 @@ Include contents of the form::
2629 Section title for feature
2730 -------------------------
2831
29- A bunch of text about how awesome the new feature is and examples of how
30- to use it.
32+ A description of the feature from the user perspective. This should include
33+ what the feature allows users to do and how the feature is used. Technical
34+ details should be left out when they do not impact usage, for example
35+ implementation details.
3136
32- A sub-section
33- ~~~~~~~~~~~~~
37+ The description may include a a short instructive example, if it helps to
38+ understand the feature.
3439
3540Please avoid using references in section titles, as it causes links to be
3641confusing in the table of contents. Instead, ensure that a reference is
37- included in the descriptive text.
42+ included in the descriptive text. Use inline literals (double backticks)
43+ to denote code objects in the title.
44+
45+
3846
3947.. whats-new-guide-end
0 commit comments