Chromium Code Reviews| Index: README.md |
| diff --git a/README.md b/README.md |
| index f6f356c546462f93394d1075f5b5010fd6366657..8c8d9d849cfe7f2d48c9ca8617dc8e819c6a8cf3 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 |
| +rievew and build bot infrastructure. Assuming you have |
|
P.Y.
2016/03/30 17:39:29
review
kulakowski
2016/03/30 17:43:46
Done.
|
| +[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. |