# New Ticket Created by  Dino Morelli 
# Please include the string:  [perl #35892]
# in the subject line of all future correspondence about this issue. 
# <URL: https://rt.perl.org/rt3/Ticket/Display.html?id=35892 >


file: docs/submissions.pod

Updated the How To Submit Something New section to include patching
the MANIFEST file. Also, instructions for creating a patch for new .t
scripts which sometimes confuse mailers.

Added the Parrot Bug Summary url to the What Happens Next? section.


-Dino

-- 
 .~.    Dino Morelli
 /V\    email: [EMAIL PROTECTED]
/( )\   weblog: http://categorically.net/d/blog/
^^-^^   preferred distro: Debian GNU/Linux  http://www.debian.org
Index: docs/submissions.pod

===================================================================

--- docs/submissions.pod        (revision 8128)

+++ docs/submissions.pod        (working copy)

@@ -131,26 +131,37 @@

 

 =item 1

 

-Create a plain text email.

+Add your new file path(s), relative to F<parrot>, to the file MANIFEST. Create 
a patch for the MANIFEST file according to the instructions above in B<How To 
Submit A Patch>

 

 =item 2

 

-Set the recipient to B<parrotbug> I<at> B<parrotcode> I<dot> B<org>.

+If you have a new test script ending in .t, some mailers may become confused 
and consider it an application/x-troff. One way around this (for *nix users) is 
to diff the file against /dev/null like this:

 

+    cd parrot

+    diff -u /dev/null newfile.t > newfile.patch

+

 =item 3

 

+Create a plain text email.

+

+=item 4

+

+Set the recipient to B<parrotbug> I<at> B<parrotcode> I<dot> B<org>.

+

+=item 5

+

 Give the message a clear and concise subject.

 

 Prefix it with a C<[NEW]> identifier.

 

-=item 4

+=item 6

 

 The message body should contain an explanation of the purpose of the

 feature you are adding.

 

-=item 5

+=item 7

 

-Attach the file(s).

+Attach the patch for MANIFEST and your new file(s).

 

 Double-check that you've actually done this, because it's easy to

 forget.

@@ -158,7 +169,7 @@

 B<DO NOT> paste the content of the new file or files into the body of

 the message.

 

-=item 6

+=item 8

 

 Send the mail.

 

@@ -182,6 +193,8 @@

 L<http://bugs6.perl.org/>. If you have trouble logging in try username

 C<guest> with password C<guest>.

 

+A Parrot Bug Summary page is also generated and can be viewed here 
L<http://rt.perl.org/rt3/NoAuth/parrot/Overview.html>

+

 A list of all the unresolved patches is at

 L<http://www.parrotcode.org/openpatches.html>

 

Reply via email to