File tree Expand file tree Collapse file tree 1 file changed +13
-2
lines changed
Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -57,8 +57,19 @@ instructions please see the :ref:`setup guide <setup>`.
5757 <https://github.com/python/cpython/issues>`_. Trivial issues (e.g. typo fixes) do
5858 not require any issue to be created.
5959
60- 6. Once you fixed the issue, run the tests, run ``make patchcheck ``, and if
61- everything is ok, commit.
60+ 6. Once you fixed the issue, run the tests, and the patchcheck.
61+
62+ On Unix and macOS use::
63+
64+ make patchcheck
65+
66+ and on Windows:
67+
68+ .. code-block :: dosbatch
69+
70+ .\python.bat Tools\patchcheck\patchcheck.py
71+
72+ If everything is ok, commit.
6273
63747. Push the branch on your fork on GitHub and :ref: `create a pull request
6475 <pullrequest>`. Include the issue number using ``gh-NNNN `` in the
You can’t perform that action at this time.
0 commit comments