Skip to content

Commit 6f6fbae

Browse files
Change title levels
1 parent 431d021 commit 6f6fbae

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

getting-started/pull-request-lifecycle.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -241,10 +241,10 @@ should do to help ensure that your pull request is accepted.
241241
.. _what-s-new-and-news-entries:
242242

243243
Updating NEWS and What's New in Python
244-
--------------------------------------
244+
======================================
245245

246246
Changes that require NEWS entries
247-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
247+
---------------------------------
248248

249249
Most changes made to the codebase deserve an entry in :cpy-file:`Misc/NEWS.d`,
250250
except for the following:
@@ -268,7 +268,7 @@ For the last two, note the following:
268268
entry is needed.
269269

270270
Changes that require "What's New in Python" entries
271-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
271+
---------------------------------------------------
272272

273273
If a change is particularly interesting for end users (for example, new features,
274274
significant improvements, or backwards-incompatible changes), add an entry in
@@ -284,7 +284,7 @@ in the "What's New in Python" entry.
284284
is very likely not suitable for inclusion in a maintenance release.
285285

286286
How to add a NEWS entry
287-
^^^^^^^^^^^^^^^^^^^^^^^
287+
-----------------------
288288

289289
``NEWS`` entries go into the ``Misc/NEWS.d`` directory as individual files. The
290290
``NEWS`` entry can be created by using `blurb-it <https://blurb-it.herokuapp.com/>`_,
@@ -310,7 +310,7 @@ As a result, a file name can look something like
310310
``Misc/NEWS.d/next/Library/2017-05-27-16-46-23.gh-issue-12345.Yl4gI2.rst``.
311311

312312
How to write a NEWS entry
313-
^^^^^^^^^^^^^^^^^^^^^^^^^
313+
-------------------------
314314

315315
All ``NEWS`` entries end up being part of the changelog.
316316
The changelog contains *a lot* of entries,

0 commit comments

Comments
 (0)