diff options
author | Pauli Virtanen <pav@iki.fi> | 2010-10-29 12:35:17 +0200 |
---|---|---|
committer | Pauli Virtanen <pav@iki.fi> | 2010-10-29 12:35:17 +0200 |
commit | 6bcb36f5447ad47138e003b1d82a2c37c1027d37 (patch) | |
tree | d31f42b625bb925b88178e7d2f49156cacbdb2bd /doc/source/dev | |
parent | 8e4efa9233ff3dc72064a08d9eeb5973afab52a3 (diff) | |
download | numpy-6bcb36f5447ad47138e003b1d82a2c37c1027d37.tar.gz |
DOC: dev: update also the overview
Diffstat (limited to 'doc/source/dev')
-rw-r--r-- | doc/source/dev/gitwash/patching.rst | 5 |
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 --------- |