From: Peter Rabbitson Date: Tue, 5 Mar 2013 03:47:07 +0000 (+0100) Subject: Remove outdated (and kinda offensive) CONTRIBUTING text X-Git-Tag: v0.08210~31 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=d30f3124b3bef8e201467a5e633230d0a173d775;hp=0cac451f77a310ad85c03e2f8c0f555b5ec575eb;p=dbsrgits%2FDBIx-Class.git Remove outdated (and kinda offensive) CONTRIBUTING text A replacement should come shortly, courtesy of Getty --- diff --git a/CONTRIBUTING b/CONTRIBUTING deleted file mode 100644 index 586ec4c..0000000 --- a/CONTRIBUTING +++ /dev/null @@ -1,19 +0,0 @@ -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: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. - > git push origin my-branch -4) Notify the other contributors that you're ready to have your branch - reviewed. -5) Another contributor will merge it back into master. See rebasing for - what you should do before merging. - -Rebasing: Please rebase before merging and pushing; we'd rather not have -commit messages that say, "Oops" and "typo", in master, and furthermore -fast-forward merges lead to a cleaner history. - -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.