File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -240,13 +240,20 @@ in the "What's New in Python" entry.
240240 A change that needs an entry in "What's New in Python"
241241 is very likely not suitable for inclusion in a maintenance release.
242242
243+ .. _news-entry-howto :
244+
243245How to add a NEWS entry
244246-----------------------
245247
246248``NEWS `` entries go into the ``Misc/NEWS.d `` directory as individual files. The
247249``NEWS `` entry can be created by using `blurb-it <https://blurb-it.herokuapp.com/ >`_,
248250or the :pypi: `blurb ` tool and its ``blurb add `` command.
249251
252+ .. tip ::
253+
254+ You can read more about ``blurb `` in its
255+ `repository <https://github.com/python/blurb >`__.
256+
250257If you are unable to use the tool, then you can create the ``NEWS `` entry file
251258manually. The ``Misc/NEWS.d `` directory contains a sub-directory named
252259``next ``, which contains various sub-directories representing classifications
Original file line number Diff line number Diff line change @@ -114,19 +114,15 @@ Document your changes
114114---------------------
115115
116116Many changes deserve a NEWS entry which documents what changed.
117+ For more information on how and when to write news entries,
118+ see :ref: `"Updating NEWS and What's New in Python" <news-entry >`.
117119
118- Add a News entry into the ``Misc/NEWS.d/ `` directory as individual file.
119- The news entry can be created by using
120- `blurb-it <https://blurb-it.herokuapp.com/ >`__,
121- or the :pypi: `blurb ` tool and its ``blurb add `` command.
122-
123- .. tip ::
124-
125- You can read more about ``blurb `` in its
126- `repository <https://github.com/python/blurb >`__.
120+ A news entry can be created locally with the :pypi: `blurb ` tool
121+ and its ``blurb add `` command or online after a pull request has
122+ been opened with blurb-it <https://blurb-it.herokuapp.com/>__.
127123
128- For more information on writing news entries,
129- see :ref: `"Updating NEWS and What's New in Python " <news-entry >`.
124+ For more information about how to create news entries, see
125+ :ref: `"How to add a NEWS entry " <news-entry-howto >`.
130126
131127Create pull requests
132128--------------------
You can’t perform that action at this time.
0 commit comments