coar 97/10/19 09:53:14
Modified: . bugdb.cgi
Log:
Add text explaining how to add notes to PRs. These instructions
show up on the "thanks for your PR" page, and no-where else.
Revision Changes Path
1.15 +38 -1 apache-site/bugdb.cgi
Index: bugdb.cgi
===================================================================
RCS file: /export/home/cvs/apache-site/bugdb.cgi,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- bugdb.cgi 1997/08/13 21:03:32 1.14
+++ bugdb.cgi 1997/10/19 16:53:13 1.15
@@ -367,7 +367,44 @@
$prtext
EOM
close(MAIL);
- print "<H3>Your problem report has been sent. It will take about 3
minutes to show up in the system.</H3>\n";
+ print <<EOHT;
+<H3>
+ Your problem report has been sent.
+ It will take about 3 minutes to show up in the system.
+</H3>
+<BLOCKQUOTE>
+ <STRONG>Important Note:</STRONG>
+ <P>
+ When your report has been recorded in the database, you will get a mail
+ message about it. Although you cannot use the Web to make changes to
+ your report, you <EM>can</EM> do so through email.
+ </P>
+ <P>
+ To add information to your problem report, just REPLY to the mail
+ message you get, and be sure that the address
+ <<SAMP>[EMAIL PROTECTED]</SAMP>>is referenced in either the
+ <SAMP>To:</SAMP> or <SAMP>Cc:</SAMP> lines. That way, the text of your
+ message will be attached to the existing information in the PR.
+ </P>
+ <P>
+ Likewise, if you receive private email from the Apache developers, you
+ should <SAMP>CC</SAMP> the <<SAMP>[EMAIL PROTECTED]</SAMP>>
+ address so your reply will be recorded in the database for others to
+ see.
+ </P>
+ <P>
+ <STRONG>Important! <EM>DO NOT</EM> change the subject of your message!
+ It <EM>must</EM> match the pattern
+ "<SAMP>Re: <EM>component</EM>/<EM>PR-number</EM>"
+ (<EM>e.g.</EM>, "Re: general/911: demo</SAMP>"), or
+ else it won't make it into the database.</STRONG>
+ </P>
+ <P>
+ <EM>The only time you will see these instructions is when you enter a
+ new problem report.</EM>
+ </P>
+</BLOCKQUOTE>
+EOHT
}