X-Git-Url: https://perl5.git.perl.org/perl5.git/blobdiff_plain/37820adc4aeb8cb209843cf0abf3b24c8e5b59e8..dce3ee48d7ab1ee0d37b9dd125e92b4c58a3ad8e:/pod/perlrepository.pod diff --git a/pod/perlrepository.pod b/pod/perlrepository.pod index e7ef58a..7cf75e9 100644 --- a/pod/perlrepository.pod +++ b/pod/perlrepository.pod @@ -357,10 +357,13 @@ Now you should create a patch file for all your local changes: % git format-patch -M origin.. 0001-Rename-Leon-Brocard-to-Orange-Brocard.patch -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. +You should now send an email to to +L with a description of your +changes, and include this patch file as an attachment. In addition to +being tracked by RT, mail to perlbug will automatically be forwarded +to perl5-porters. You should only send patches to +L directly if the +patch is not ready to be applied, but intended for discussion. See the next section for how to configure and use git to send these emails for you.