From 8e4efa9233ff3dc72064a08d9eeb5973afab52a3 Mon Sep 17 00:00:00 2001 From: Pauli Virtanen Date: Fri, 29 Oct 2010 12:30:13 +0200 Subject: DOC: dev: update instructions on sending patches --- doc/source/dev/gitwash/patching.rst | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'doc/source/dev') 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 `__ + 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:: -- cgit v1.2.1