summaryrefslogtreecommitdiff
path: root/doc/source/bugs.rst
diff options
context:
space:
mode:
authorPauli Virtanen <pav@iki.fi>2008-11-23 10:39:05 +0000
committerPauli Virtanen <pav@iki.fi>2008-11-23 10:39:05 +0000
commit03582a3dbd1b4643b7b70cf277eada66dcb0800e (patch)
tree1cc0fa73843d5e602a561696817f41c4abfb811b /doc/source/bugs.rst
parent638bacdd9212dd2258a886e0124cca56bf2b905d (diff)
parent84054e34dd58ceebc981d349d997e4dd7cd7c80c (diff)
downloadnumpy-03582a3dbd1b4643b7b70cf277eada66dcb0800e.tar.gz
Moved numpy-docs under doc/ in the main Numpy trunk.
Diffstat (limited to 'doc/source/bugs.rst')
-rw-r--r--doc/source/bugs.rst23
1 files changed, 23 insertions, 0 deletions
diff --git a/doc/source/bugs.rst b/doc/source/bugs.rst
new file mode 100644
index 000000000..cd2c5d3e8
--- /dev/null
+++ b/doc/source/bugs.rst
@@ -0,0 +1,23 @@
+**************
+Reporting bugs
+**************
+
+File bug reports or feature requests, and make contributions
+(e.g. code patches), by submitting a "ticket" on the Trac pages:
+
+- Numpy Trac: http://scipy.org/scipy/numpy
+
+Because of spam abuse, you must create an account on our Trac in order
+to submit a ticket, then click on the "New Ticket" tab that only
+appears when you have logged in. Please give as much information as
+you can in the ticket. It is extremely useful if you can supply a
+small self-contained code snippet that reproduces the problem. Also
+specify the component, the version you are referring to and the
+milestone.
+
+Report bugs to the appropriate Trac instance (there is one for NumPy
+and a different one for SciPy). There are also read-only mailing lists
+for tracking the status of your bug ticket.
+
+More information can be found on the http://scipy.org/Developer_Zone
+website.