X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class.git;a=blobdiff_plain;f=CONTRIBUTING;h=586ec4c6fe47b1635b5755a1d0435c1d7731a9a5;hp=2c5fc2692cf25c8c9893584850f02a7418ca2c54;hb=64ae166780d0cb2b9577e506da9b9b240c146d20;hpb=b327fc93d879fa7f8aac8a9d63388cc86c065a6a diff --git a/CONTRIBUTING b/CONTRIBUTING index 2c5fc26..586ec4c 100644 --- a/CONTRIBUTING +++ b/CONTRIBUTING @@ -1,7 +1,7 @@ With DBIx::Class on git now, this is the process for contributing. 1) Clone the DBIx::Class master branch - > git clone dbsrgits@git.shadowcat.co.uk:dbsrgits/DBIx-Class.git + > git clone dbsrgits@git.shadowcat.co.uk:DBIx-Class.git 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 the origin as a remote branch. See rebasing for what you should do before pushing.