Merge pull request #5714 from alexischr/update_bockbuild
[mono.git] / CONTRIBUTING.md
index ed8d6fe7cc5ac74d975dfc69afdd0d3de2abf69b..96ba2a40f3837fa4a18007178c1cc315ae689b20 100644 (file)
@@ -23,7 +23,7 @@ License
 
 The Mono runtime, compilers, and tools and most of the class libraries
 are licensed under the MIT license. But include some bits of code
 
 The Mono runtime, compilers, and tools and most of the class libraries
 are licensed under the MIT license. But include some bits of code
-licensed under different licenses. The exact list is [available here] (https://github.com/mono/mono/blob/master/LICENSE).
+licensed under different licenses. The exact list is [available here](https://github.com/mono/mono/blob/master/LICENSE).
 
 Different parts of Mono use different licenses.  The actual details of
 which licenses are used for which parts are detailed on the LICENSE
 
 Different parts of Mono use different licenses.  The actual details of
 which licenses are used for which parts are detailed on the LICENSE
@@ -32,7 +32,12 @@ file in this directory.
 CLA
 =======
 
 CLA
 =======
 
-Contributions are now taken under the [.NET Foundation CLA] (https://cla2.dotnetfoundation.org/). 
+Contributions are now taken under the [.NET Foundation CLA](https://cla2.dotnetfoundation.org/).
+
+Code Review
+=======
+We are requiring code reviews before merging a pull request.
+GitHub won't let you merge a PR until someone from the Mono team approves it.
 
 Testing
 =======
 
 Testing
 =======