X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=mono.git;a=blobdiff_plain;f=CONTRIBUTING.md;h=96ba2a40f3837fa4a18007178c1cc315ae689b20;hp=ed8d6fe7cc5ac74d975dfc69afdd0d3de2abf69b;hb=HEAD;hpb=1639e26a6b22a59d0bfb8ad564530eeff593e4a3 diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ed8d6fe7cc5..96ba2a40f38 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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 -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 @@ -32,7 +32,12 @@ file in this directory. 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 =======