stas 2002/07/17 01:08:01 Modified: src/docs/1.0/guide help.pod src/docs/2.0/user/help help.pod Log: add more guidelines for reporting bugs, we want the subject line to tell whether the problem is with mod_perl 2.0 or 1.0 Revision Changes Path 1.21 +8 -1 modperl-docs/src/docs/1.0/guide/help.pod Index: help.pod =================================================================== RCS file: /home/cvs/modperl-docs/src/docs/1.0/guide/help.pod,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- help.pod 16 Jul 2002 10:56:59 -0000 1.20 +++ help.pod 17 Jul 2002 08:08:01 -0000 1.21 @@ -46,7 +46,14 @@ =head1 How to Report Problems -Always send these details: +Make sure to include a good subject like explaining the problem in a +few words. Also please mention that this a problem with mod_perl 1.0 +(since now we have mod_perl 2.0 too). Here is an example of a good +subject: + + Subject: [mp1.0] response handler randomly segfaults + +Always send the following details: =over 1.9 +7 -0 modperl-docs/src/docs/2.0/user/help/help.pod Index: help.pod =================================================================== RCS file: /home/cvs/modperl-docs/src/docs/2.0/user/help/help.pod,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- help.pod 16 Jul 2002 10:56:59 -0000 1.8 +++ help.pod 17 Jul 2002 08:08:01 -0000 1.9 @@ -18,6 +18,13 @@ blocks that you are using. This is especially important now that we support mod_perl versions 1.0 and 2.0 on the same list. +Make sure to include a good subject like explaining the problem in a +few words. Also please mention that this a problem with mod_perl 2.0 +and not mod_perl 1.0. Here is an example of a good subject: + + Subject: [mp2.0] protocol module doesn't work with filters + + =head2 Please Ask Only Questions Related to mod_perl If you have general Apache questions, please refer to:
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]