From: Rob Kinyon Date: Thu, 3 Jun 2010 15:28:07 +0000 (+0000) Subject: Added CONTRIBUTING file X-Git-Tag: v0.08122~4 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=0f6f847aa05b62e97048ccad7cf3f4e864c630f4;p=dbsrgits%2FDBIx-Class.git Added CONTRIBUTING file --- diff --git a/CONTRIBUTING b/CONTRIBUTING new file mode 100644 index 0000000..cc12931 --- /dev/null +++ b/CONTRIBUTING @@ -0,0 +1,10 @@ +With DBIx::Class on git now, this is the process for contributing. + +1) Clone the DBIx::Class master branch at ABCDEFGH +2) Do your work on your machine. This is git - everything is local! +3) When you think you're ready, push it back out to ABCDEFGH as a remote branch. +4) Notify the other contributors that you're ready to have your branch reviewed. +5) Another contributor will merge it back into master. + +Yes, this does mean that DBIx::Class is moving to a formal code review process. +Yes, this does mean that you will never merge your own code to master.