summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad Fitzpatrick <brad@danga.com>2010-03-20 16:36:39 -0700
committerBrad Fitzpatrick <brad@danga.com>2010-03-20 16:36:39 -0700
commitff24fb8f891e93e8043b792e15df16e545621bfa (patch)
treeb800ad61954694dda5a72211529cb9b9eb387ebe
parent7a221d95a870bd01ba1c93650c63abd583b00d39 (diff)
downloadmemcached-ff24fb8f891e93e8043b792e15df16e545621bfa.tar.gz
Add links to http://contributing.appspot.com/memcached
-rw-r--r--CONTRIBUTING3
-rw-r--r--HACKING4
-rw-r--r--README3
3 files changed, 10 insertions, 0 deletions
diff --git a/CONTRIBUTING b/CONTRIBUTING
new file mode 100644
index 0000000..e93b005
--- /dev/null
+++ b/CONTRIBUTING
@@ -0,0 +1,3 @@
+Want to contribute? Up-to-date pointers should be at:
+
+ http://contributing.appspot.com/memcached
diff --git a/HACKING b/HACKING
index 28f3a5a..60bfa9f 100644
--- a/HACKING
+++ b/HACKING
@@ -46,3 +46,7 @@ This doesn't let you easily drop into gdb or run verbosely.
If you export the environment variable
T_MEMD_USE_DAEMON="127.0.0.1:11211" the tests will use an existing
daemon at that address.
+
+* Sending patches
+
+See current instructions at http://contributing.appspot.com/memcached
diff --git a/README b/README
index 712875a..f20dd8c 100644
--- a/README
+++ b/README
@@ -23,3 +23,6 @@ The memcached website is at:
http://www.memcached.org
+Want to contribute? Up-to-date pointers should be at:
+
+ http://contributing.appspot.com/memcached