summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2013-04-08 18:40:33 -0700
committerCharles Harris <charlesr.harris@gmail.com>2013-04-08 18:40:33 -0700
commitd1b195d943da80cafd42f935fa9ec920eb18c7e5 (patch)
tree2a92322c266fb14d64055db3dfa6f59a60df9259
parentf85bdf48aadf7b5a5f575370b589805fed190a6c (diff)
parent2f7de030d5029ccc8fbdf261c51ce50920ccd032 (diff)
downloadnumpy-d1b195d943da80cafd42f935fa9ec920eb18c7e5.tar.gz
Merge pull request #3210 from ivanov/github-issues-linked
DOC: point to the github issues page
-rw-r--r--doc/source/about.rst4
-rw-r--r--doc/source/bugs.rst20
2 files changed, 11 insertions, 13 deletions
diff --git a/doc/source/about.rst b/doc/source/about.rst
index bcfbe5323..9485b5142 100644
--- a/doc/source/about.rst
+++ b/doc/source/about.rst
@@ -36,7 +36,9 @@ Our main means of communication are:
- `Mailing lists <http://scipy.org/Mailing_Lists>`__
-- `Numpy Trac <http://projects.scipy.org/numpy>`__ (bug "tickets" go here)
+- `Numpy Issues <https://github.com/numpy/numpy/issues>`__ (bug reports go here)
+
+- `Old Numpy Trac <http://projects.scipy.org/numpy>`__ (no longer used)
More information about the development of Numpy can be found at
http://scipy.org/Developer_Zone
diff --git a/doc/source/bugs.rst b/doc/source/bugs.rst
index cd2c5d3e8..b55be4329 100644
--- a/doc/source/bugs.rst
+++ b/doc/source/bugs.rst
@@ -3,21 +3,17 @@ Reporting bugs
**************
File bug reports or feature requests, and make contributions
-(e.g. code patches), by submitting a "ticket" on the Trac pages:
+(e.g. code patches), by opening a "new issue" on GitHub:
-- Numpy Trac: http://scipy.org/scipy/numpy
+- Numpy Issues: http://github.com/numpy/numpy/issues
-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.
+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.
+Report bugs to the appropriate GitHub project (there is one for NumPy
+and a different one for SciPy).
More information can be found on the http://scipy.org/Developer_Zone
website.