]> git.donarmstrong.com Git - debbugs.git/blobdiff - html/Reporting.html.in
Don't print strange-looking "Usertags are now: ." message when removing all usertags.
[debbugs.git] / html / Reporting.html.in
index 01a1db00f4a5985d9d9f7e3ca9920e020262be5b..cdc2a7f9454758ee2babf8ec2496d5f3702378a8 100644 (file)
@@ -3,7 +3,9 @@ $gReportingHtml = <<HTML_END
 <html>
 <head>
   <title>$gProject $gBugs - how to report a $gBug</title>
+  <meta name="viewport" content="width=device-width, initial-scale=1">
   <link rev="made" href="mailto:$gMaintainerEmail">
+  <link rel="stylesheet" href="$gWebHostBugDir/css/bugs.css" type="text/css">
 </head>
 <body>
 
@@ -77,7 +79,10 @@ has the $gBug.</p>
 Version: &lt;something&gt;
 </pre>
 
-<p>Replace <code>&lt;something&gt;</code> with the version of the package.</p>
+<p>Replace <code>&lt;something&gt;</code> with the version of the package.
+Please don't include any text here other than the version itself, as the
+$gBug tracking system relies on this field to work out which releases are
+affected by the bug.</p>
 
 <p>You need to supply a correct <code>Package</code> line in the
 pseudo-header in order for the $gBug tracking system to deliver the message
@@ -214,6 +219,16 @@ as described in the
 <a href="Developer.html#tags">developers' documentation</a>.
 Separate multiple tags with commas, spaces, or both.
 
+<pre>
+User: &lt;<var>username</var>&gt;
+Usertags: &lt;<var>usertags</var>&gt;
+</pre>
+
+<p>Replace &lt;<var>usertags</var>&gt; with one or more usertags.
+Separate multiple tags with commas, spaces, or both. If you specify a
+username, that users tags will be set. Otherwise, the email address of
+the sender will be used as the username</p>
+
 
 <h2>Not forwarding to the mailing list - minor $gBug reports</h2>