From: Ævar Arnfjörð Bjarmason Date: Thu, 15 Apr 2010 18:06:24 +0000 (+0200) Subject: Point submitters to perlbug@perl.org, not perl5-porters@perl.org X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=64a8e22bd3;p=p5sagit%2Fp5-mst-13.2.git Point submitters to perlbug@perl.org, not perl5-porters@perl.org We usually want patches in RT. Patches should only go to perl5-porters if they're intended purely for discussion. --- diff --git a/pod/perlrepository.pod b/pod/perlrepository.pod index 731735d..eb748df 100644 --- a/pod/perlrepository.pod +++ b/pod/perlrepository.pod @@ -359,10 +359,13 @@ Now you should create a patch file for all your local changes: % git format-patch origin 0001-Rename-Leon-Brocard-to-Orange-Brocard.patch -You should now send an email to perl5-porters@perl.org with a -description of your changes, and include this patch file as an -attachment. (See the next section for how to configure and use git to -send these emails for you.) +You should now send an email to either perlbug@perl.org or +perl5-porters@perl.org with a description of your changes, and include +this patch file as an attachment. The perlbug address is preferred, +but use perl5-porters for patches intended for discussion. + +See the next section for how to configure and use git to send these +emails for you. If you want to delete your temporary branch, you may do so with: @@ -375,8 +378,12 @@ If you want to delete your temporary branch, you may do so with: =head2 Using git to send patch emails -In your ~/git/perl repository, set the destination email to the -perl5-porters mailing list. +In your ~/git/perl repository, set the destination email to perl's bug +tracker: + + $ git config sendemail.to perlbug@perl.org + +Or maybe perl5-porters (discussed above): $ git config sendemail.to perl5-porters@perl.org @@ -742,8 +749,8 @@ The same patch as above, using github might look like this: % git push origin orange The orange branch has been pushed to GitHub, so you should now send an -email to perl5-porters@perl.org with a description of your changes and -the following information: +email (see L) with a description of your changes +and the following information: http://github.com/USERNAME/perl/tree/orange git@github.com:USERNAME/perl.git branch orange