From: Dave Rolsky Date: Thu, 30 Sep 2010 15:40:55 +0000 (-0500) Subject: Small tweaks to Contributing X-Git-Tag: 1.15~6 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=482cc243a3bf6d10627edcb22ceeed755bc5c989;p=gitmo%2FMoose.git Small tweaks to Contributing --- diff --git a/lib/Moose/Manual/Contributing.pod b/lib/Moose/Manual/Contributing.pod index c57b8ef..fc2be3c 100644 --- a/lib/Moose/Manual/Contributing.pod +++ b/lib/Moose/Manual/Contributing.pod @@ -18,7 +18,7 @@ Note that this document applies to both Moose and L development. Moose already has a fairly large feature set, and we are currently B looking to add any major new features to it. If you have an -idea for a new feature in Moose, you are invited instead to create a +idea for a new feature in Moose, you are encouraged to create a MooseX module first. At this stage, no new features will even be considered for addition @@ -27,13 +27,12 @@ it is absolutely 100% impossible to implement the feature outside the core. If you think it is 100% impossible, please come discuss it with us on IRC or -via e-mail. However, your feature may need a small hook in the core, or a +via e-mail. Your feature may need a small hook in the core, or a refactoring of some core modules, and we are definitely open to that. -Moose was built from the ground up with the idea of being highly -extensible, and quite often the feature requests we see can be -implemented through a couple of small and well placed extensions. Try -it, it is much easier than you might think. +Moose was built from the ground up with the idea of being highly extensible, +and quite often the feature requests we see can be implemented through small +extensions. Try it, it's much easier than you might think. =head1 PEOPLE @@ -45,9 +44,9 @@ As Moose has matured, some structure has emerged in the process. You. -If you have commit access, you can create a topic on the main Moose.git, -otherwise either give us your SSH key or create your own clone of the -L repository or fork of the GitHub mirror. +If you have commit access, you can create a topic on the main Moose.git repo. +If you don't have a commit bit, give us your SSH key or create your own clone +of the L repository. The relevant repository URIs are: