Add README.md with contributing instructions

R=chinmaygarde@google.com, chinmay@google.com

Review URL: https://codereview.chromium.org/1843803003 .
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..6b8f925
--- /dev/null
+++ b/README.md
@@ -0,0 +1,14 @@
+GURL
+====
+
+This repository contains a library for manipulating URLs in C++.
+
+# Contributing
+
+Please do not make pull requests against this repository!
+
+This repository uses [Mojo](https://github.com/domokit/mojo)'s code
+review and build bot infrastructure. Assuming you have
+[depot_tools](http://www.chromium.org/developers/how-tos/install-depot-tools)
+installed, then `git cl` commands, as described
+[here](https://github.com/domokit/mojo#contribute), should Just Work.