@@ -203,7 +203,7 @@ Short version
203203
204204#. Write a ``changelog `` entry: ``changelog/2574.bugfix.rst ``, use issue id number
205205 and one of ``feature ``, ``improvement ``, ``bugfix ``, ``doc ``, ``deprecation ``,
206- ``breaking ``, ``vendor `` or ``trivial `` for the issue type.
206+ ``breaking ``, ``vendor ``, `` packaging ``, `` contrib ``, or ``misc `` for the issue type.
207207
208208
209209#. Unless your change is a trivial or a documentation fix (e.g., a typo or reword of a small section) please
@@ -305,8 +305,9 @@ Here is a simple overview, with pytest-specific bits:
305305
306306#. Create a new changelog entry in ``changelog ``. The file should be named ``<issueid>.<type>.rst ``,
307307 where *issueid * is the number of the issue related to the change and *type * is one of
308- ``feature ``, ``improvement ``, ``bugfix ``, ``doc ``, ``deprecation ``, ``breaking ``, ``vendor ``
309- or ``trivial ``. You may skip creating the changelog entry if the change doesn't affect the
308+ ``feature ``, ``improvement ``, ``bugfix ``, ``doc ``, ``deprecation ``, ``breaking ``, ``vendor ``,
309+ ``packaging ``, ``contrib ``, or ``misc ``.
310+ You may skip creating the changelog entry if the change doesn't affect the
310311 documented behaviour of pytest.
311312
312313#. Add yourself to ``AUTHORS `` file if not there yet, in alphabetical order.
0 commit comments