summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPauli Virtanen <pav@iki.fi>2010-10-29 12:35:17 +0200
committerPauli Virtanen <pav@iki.fi>2010-10-29 12:35:17 +0200
commit6bcb36f5447ad47138e003b1d82a2c37c1027d37 (patch)
treed31f42b625bb925b88178e7d2f49156cacbdb2bd
parent8e4efa9233ff3dc72064a08d9eeb5973afab52a3 (diff)
downloadnumpy-6bcb36f5447ad47138e003b1d82a2c37c1027d37.tar.gz
DOC: dev: update also the overview
-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
---------