Ezio Melotti <ezio.melo...@gmail.com> added the comment:

The attached patch moves some links from the TrackerDocs wiki page to the 
devguide.
In the devguide there are 4 pages about the tracker:
  1) "helping triage issues" [0], in the "advanced tasks section";
  2) two paragraphs about getting the developer role [1];
  3) "triaging an issue" [2], that contains info about all the fields in the 
issue page;
  4) three paragraphs about marking an issue as languishing [3];

The pages 3 and 4 are sub-sections of page 2.  I think it would be better to 
have only two pages, one with all the information about the tracker, the meta 
tracker, the process, how to register/login and create a new issue, how to 
search issues, the developer role, the mailing list, and similar things and a 
second page that explains all the fields of the issue page.

[0]: http://docs.python.org/devguide/helptriage.html
[1]: http://docs.python.org/devguide/devrole.html
[2]: http://docs.python.org/devguide/triaging.html
[3]: http://docs.python.org/devguide/languishing.html

_______________________________________________________
PSF Meta Tracker <metatrac...@psf.upfronthosting.co.za>
<http://psf.upfronthosting.co.za/roundup/meta/issue119>
_______________________________________________________
diff -r 54f788c62ef5 triaging.rst
--- a/triaging.rst      Mon Jun 27 17:54:43 2011 -0500
+++ b/triaging.rst      Mon Jul 25 04:59:55 2011 +0300
@@ -213,14 +213,28 @@
   :abbr:`PEP (Python Enhancement Proposal)` ``<number>``.
 
 
-Reporting Issues About the Tracker
-----------------------------------
-The `meta tracker`_ is the tracker about the issue tracker. It is where you
-file issues against anything you come across when working with the issue
-tracker itself.
+.. seealso::
+
+   `The Python bug tracker <http://bugs.python.org/>`_
+      Where to report issues about Python.
+
+   `The meta tracker <http://psf.upfronthosting.co.za/roundup/meta/>`_
+      Where to report issues about the tracker itself.
+
+   `The Tracker development wiki page 
<http://wiki.python.org/moin/TrackerDevelopment>`_
+      Instructions about setting up a local instance of the bug tracker.
+
+   `The Tracker-discuss mailing list 
<http://mail.python.org/mailman/listinfo/tracker-discuss>`_
+      Discussions about the bug tracker.
+
+   `The New-bugs-announce mailing list 
<http://mail.python.org/mailman/listinfo/new-bugs-announce>`_
+      Where all the new issues created on the tracker are reported.
+
+   `The Python-bugs-list mailing list 
<http://mail.python.org/mailman/listinfo/python-bugs-list>`_
+      Where all the changes to issues are reported.
 
 
 .. _GSoC: http://code.google.com/soc/
-.. _issue tracker: http://bugs.python.org
+.. _issue tracker: http://bugs.python.org/
 .. _language moratorium: http://www.python.org/dev/peps/pep-3003/
 .. _meta tracker: http://psf.upfronthosting.co.za/roundup/meta/
_______________________________________________
Tracker-discuss mailing list
Tracker-discuss@python.org
http://mail.python.org/mailman/listinfo/tracker-discuss

Reply via email to