From ff24fb8f891e93e8043b792e15df16e545621bfa Mon Sep 17 00:00:00 2001 From: Brad Fitzpatrick Date: Sat, 20 Mar 2010 16:36:39 -0700 Subject: [PATCH] Add links to http://contributing.appspot.com/memcached --- CONTRIBUTING | 3 +++ HACKING | 4 ++++ README | 3 +++ 3 files changed, 10 insertions(+) create mode 100644 CONTRIBUTING diff --git a/CONTRIBUTING b/CONTRIBUTING new file mode 100644 index 0000000000..e93b005f7e --- /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 28f3a5ad98..60bfa9f29e 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 712875a123..f20dd8c18f 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