summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/source/dev/gitwash/patching.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/source/dev/gitwash/patching.rst b/doc/source/dev/gitwash/patching.rst
index e93b7d47d..da8b660ac 100644
--- a/doc/source/dev/gitwash/patching.rst
+++ b/doc/source/dev/gitwash/patching.rst
@@ -43,8 +43,9 @@ Overview
# make the patch files
git format-patch -M -C master
-Then, send the generated patch files to the `NumPy mailing list`_ -
-where we will thank you warmly.
+Then, create a ticket in the `Numpy Trac <http://projects.scipy.org/numpy/>`__,
+attach the generated patch files there, and notify the `NumPy mailing list`_
+about your contribution.
In detail
---------