]> git.donarmstrong.com Git - debbugs.git/blobdiff - html/Developer.html.in
[project @ 2003-09-12 22:27:19 by cjwatson]
[debbugs.git] / html / Developer.html.in
index 3262927876b07cb3b0ccd416c1fdd52e14ed0272..05f137b36afb50d9527292ab462494a1f2e2fc45 100644 (file)
@@ -84,6 +84,7 @@ the $gBug is submitted (see the
 <a href="Reporting.html#pseudoheader">instructions for reporting $gBugs</a>),
 or by using the <code>severity</code> command with the
 <a href="#requestserv">control request server</a>.
+Separate multiple tags with commas, spaces, or both.
 
 <p>The severity levels are:
 
@@ -91,6 +92,24 @@ or by using the <code>severity</code> command with the
 $gHTMLSeverityDesc
 </dl>
 
+<H2><a name="tags">Tags for $gBug reports</a></H2>
+
+<p>Each $gBug can have zero or more of a set of given tags. These tags are
+displayed in the list of $gBugs when you look at a package's page, and when
+you look at the full $gBug log.
+
+<p>Tags can be set by supplying a <code>Tags</code> line in the
+pseudo-header when the $gBug is submitted (see the
+<a href="Reporting.html#pseudoheader">instructions for reporting $gBugs</a>),
+or by using the <code>tags</code> command with the
+<a href="#requestserv">control request server</a>.
+
+<p>The current $gBug tags are:
+
+<dl>
+$gHTMLTagDesc
+</dl>
+
 <h2><A name="forward">Recording that you have passed on a $gBug report</a></h2>
 
 <p>When a developer forwards a $gBug report to the developer of the
@@ -98,7 +117,7 @@ upstream source package from which the $gProject package is derived,
 they should note this in the $gBug tracking system as follows:
 
 <p>Make sure that the <code>To</code> field of your message to the author
-to has only the author(s) address(es) in it; put both the person who
+has only the author(s) address(es) in it; put both the person who
 reported the $gBug and
 <var>nnn</var><code>-forwarded\@$gEmailDomain</code> in the
 <code>CC</code> field.
@@ -111,7 +130,7 @@ report.
 <p>When the $gBug tracking system gets a message at
 <var>nnn</var><code>-forwarded</code> it will mark the relevant $gBug as
 having been forwarded to the address(es) in the <code>To</code> field
-of the message it gets.
+of the message it gets, if the $gBug is not already marked as forwarded.
 
 <p>You can also manipulate the `forwarded to' information by sending
 messages to <a href="server-control.html"><code>control\@$gEmailDomain</code></a>.