| Index: README.md
|
| diff --git a/README.md b/README.md
|
| index f6f356c546462f93394d1075f5b5010fd6366657..e693c802a1619ee7a2f0efb97541f4a8d7f64eed 100644
|
| --- a/README.md
|
| +++ b/README.md
|
| @@ -4,3 +4,13 @@ Mojo Base
|
| This repository contains a library for writing C++ applications using Mojo.
|
| This library is not required to write Mojo applications and does not have a
|
| stable API.
|
| +
|
| +# Contributing
|
| +
|
| +Please do not make pull requests against this repository!
|
| +
|
| +This repository uses [Mojo](https://github.com/domokit/mojo)'s code
|
| +reivew 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.
|
|
|