Skip to content

Commit

Permalink
gh-1194: Add Windows command for patchcheck to Quick Reference (#1195)
Browse files Browse the repository at this point in the history
  • Loading branch information
fipachu committed Oct 19, 2023
1 parent 74b312f commit d8a1a3f
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,19 @@ instructions please see the :ref:`setup guide <setup>`.
<https://github.com/python/cpython/issues>`_. Trivial issues (e.g. typo fixes) do
not require any issue to be created.

6. Once you fixed the issue, run the tests, run ``make patchcheck``, and if
everything is ok, commit.
6. Once you fixed the issue, run the tests, and the patchcheck.

On Unix and macOS use::

make patchcheck

and on Windows:

.. code-block:: dosbatch
.\python.bat Tools\patchcheck\patchcheck.py
If everything is ok, commit.

7. Push the branch on your fork on GitHub and :ref:`create a pull request
<pullrequest>`. Include the issue number using ``gh-NNNN`` in the
Expand Down

0 comments on commit d8a1a3f

Please sign in to comment.