diff options
-rw-r--r-- | CONTRIBUTING | 3 | ||||
-rw-r--r-- | HACKING | 4 | ||||
-rw-r--r-- | README | 3 |
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 @@ -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 @@ -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 |