From: Tomas Doran Date: Thu, 19 Nov 2009 10:19:01 +0000 (+0000) Subject: Patch from osfameron++ X-Git-Tag: v5.8005~76 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Manual.git;a=commitdiff_plain;h=1e4b9eda0a3da6246229d027c2df2e8d5cb46879 Patch from osfameron++ --- diff --git a/lib/Catalyst/Manual/DevelopmentProcess.pod b/lib/Catalyst/Manual/DevelopmentProcess.pod index bee50d9..d839c6a 100644 --- a/lib/Catalyst/Manual/DevelopmentProcess.pod +++ b/lib/Catalyst/Manual/DevelopmentProcess.pod @@ -2,8 +2,48 @@ Catalyst::Manual::DevelopmentProcess - Administrative structure of the Catalyst Development Process +=head1 Contributing to Catalyst + +The main philosophy behind Catalyst development can be summarized as: + + Patches welcome! + +Everyone is welcome (and will be encouraged) to contribute to Catalyst +in whatever capacity they're able to. People in #catalyst-dev will be +more than happy to talk newcomers through contributing their first patch, +or how best to go about their first CPAN extension module.... + =head1 Catalyst development +=head2 Discussing proposed bugfixes or improvements + +L has information about how +to get in touch with the Catalyst "community". In particular, you would +want to discuss a proposed change on the mailing list: + + http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst-dev + +or on IRC: + + irc://irc.perl.org/catalyst-dev + http://dev.catalystframework.org/wiki/livegroups + +Usually, the core team will be more than happy for you to contribute, and +will talk you through how to submit a patch, or get a "commit bit". + +=head2 Repositories + +The Catalyst subversion repository can be found at: + + svn: http://dev.catalyst.perl.org/repos/Catalyst + browser: http://dev.catalyst.perl.org/svnweb/Catalyst + +and the git repository can be found at: + + read: git://git.shadowcat.co.uk/catagits/PROJECTNAME + write: catagits@git.shadowcat.co.uk:PROJECTNAME + browser: https://git.shadowcat.co.uk/gitweb/gitweb.cgi + =head2 Schedule There is no dated release cycle for Catalyst. New releases will be made @@ -107,30 +147,6 @@ The Core Team should strive to appear publicly as a group when answering questions or other correspondence. In cases where this is not possible, the same order as for CPAN releases applies. -=head1 Contributing to Catalyst - -The main philosophy behind Catalyst development can be summarized as: - - Patches welcome! - -Everyone is welcome (and will be encouraged) to contribute to Catalyst -in whatever capacity they're able to. People in #catalyst-dev will be -more than happy to talk newcomers through contributing their first patch, -or how best to go about their first CPAN extension module.... - -=head2 Repositories - -The Catalyst subversion repository can be found at: - - svn: http://dev.catalyst.perl.org/repos/Catalyst - browser: http://dev.catalyst.perl.org/svnweb/Catalyst - -and the git repository can be found at: - - read: git://git.shadowcat.co.uk/catagits/PROJECTNAME - write: catagits@git.shadowcat.co.uk:PROJECTNAME - browser: https://git.shadowcat.co.uk/gitweb/gitweb.cgi - =head2 New Catalyst Extensions As Catalyst is deliberately designed for extension, there is an ecosystem of