[Python-checkins] devguide: Document the [+] button and the autocomplete of the nosy list.

ezio.melotti python-checkins at python.org
Mon Aug 15 10:34:00 CEST 2011


http://hg.python.org/devguide/rev/0a128fc45fc5
changeset:   443:0a128fc45fc5
user:        Ezio Melotti <ezio.melotti at gmail.com>
date:        Mon Aug 15 11:32:31 2011 +0300
summary:
  Document the [+] button and the autocomplete of the nosy list.

files:
  triaging.rst |  9 +++++++++
  1 files changed, 9 insertions(+), 0 deletions(-)


diff --git a/triaging.rst b/triaging.rst
--- a/triaging.rst
+++ b/triaging.rst
@@ -165,6 +165,15 @@
 attention. Use the :ref:`experts` to know who wants to be added to the nosy
 list for issues targeting specific areas.
 
+If you have Javascript enabled and permission to edit the nosy list, you can
+use the ``[+]`` button to add yourself to the nosy (remember to click on
+"Submit Changes" afterwards).  Note that you are added to the nosy
+automatically when you submit a message.
+The nosy list also has an autocomplete that lets you search from the list of
+developers and from the :ref:`experts`.  The search is case-insensitive and
+works for real names, modules, interest areas, etc., and only adds the
+username(s) to the nosy once an entry is selected.
+
 Assigned To
 '''''''''''
 Who is expected to take the next step in resolving the issue. It is acceptable

-- 
Repository URL: http://hg.python.org/devguide


More information about the Python-checkins mailing list