2009/2/21 Michael G Schwern <schw...@pobox.com>: > Speaking of core coordination, now that we're on git I've been pondering how > best to take advantage of that. Because this sort of thing above happens a > lot. I'm going to experiment with somehow working with a fork of perl rather > than my own repository. > > I've made a fork on github, do you guys take github pull requests?
The canonical resource for how we do repository things like this is: http://perl5.git.perl.org/perl.git/blob/HEAD:/pod/perlrepository.pod Which contains two sections on this topic. We haven't had that many requests so far, so we're working it out. It might change in future, but this is how we do it now: =head1 SUBMITTING A PATCH VIA GITHUB ... The orange branch has been pushed to GitHub, so you should now send an email to perl5-port...@perl.org with a description of your changes and the following information: http://github.com/USERNAME/perl/tree/orange g...@github.com:USERNAME/perl.git branch orange The following section explains what committers should do when faced with a pull request: =head1 MERGING FROM A BRANCH VIA GITHUB Enjoy, Léon