diff options
author | Pauli Virtanen <pav@iki.fi> | 2010-10-29 12:30:13 +0200 |
---|---|---|
committer | Pauli Virtanen <pav@iki.fi> | 2010-10-29 12:30:13 +0200 |
commit | 8e4efa9233ff3dc72064a08d9eeb5973afab52a3 (patch) | |
tree | 1fa1eb2353d12d7414f8ac0a87af212b5d91fae8 /doc/source/dev/gitwash/patching.rst | |
parent | fd19f049670b8dd609f65e34d0267b6491635d1a (diff) | |
download | numpy-8e4efa9233ff3dc72064a08d9eeb5973afab52a3.tar.gz |
DOC: dev: update instructions on sending patches
Diffstat (limited to 'doc/source/dev/gitwash/patching.rst')
-rw-r--r-- | doc/source/dev/gitwash/patching.rst | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/source/dev/gitwash/patching.rst b/doc/source/dev/gitwash/patching.rst index 0126bf1b3..e93b7d47d 100644 --- a/doc/source/dev/gitwash/patching.rst +++ b/doc/source/dev/gitwash/patching.rst @@ -94,7 +94,12 @@ In detail 0001-BF-added-tests-for-Funny-bug.patch 0002-BF-added-fix-for-Funny-bug.patch - Send these files to the `NumPy mailing list`_. + The recommended way to proceed is either to attach these files to + an enhancement ticket in the `Numpy Trac <http://projects.scipy.org/numpy/>`__ + and send a mail about the enhancement to the `NumPy mailing list`_. + + You can also consider sending your changes via Github, see below and in + :ref:`asking-for-merging`. When you are done, to switch back to the main copy of the code, just return to the ``master`` branch:: |