File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 1
- This directory contains "newsfragments" which are short that contain a small **ReST **-formatted
1
+ This directory contains "newsfragments" which are short files that contain a small **ReST **-formatted
2
2
text that will be added to the next ``CHANGELOG ``.
3
3
4
4
The ``CHANGELOG `` will be read by users, so this description should be aimed to pytest users
5
5
instead of describing internal changes which are only relevant to the developers.
6
6
7
- Make sure to use full sentences with correct case and punctuation, for example: *Fix issue with non-ascii contents in doctest text files. *
7
+ Make sure to use full sentences with correct case and punctuation, for example::
8
+
9
+ Fix issue with non-ascii messages from the ``warnings `` module.
8
10
9
11
Each file should be named like ``<ISSUE>.<TYPE>.rst ``, where
10
12
``<ISSUE> `` is an issue number, and ``<TYPE> `` is one of:
You can’t perform that action at this time.
0 commit comments