diff --git a/README.md b/README.md index 2abc7f46c4..4e41851049 100644 --- a/README.md +++ b/README.md @@ -57,3 +57,8 @@ Building -------- See the [wiki page](http://wiki.dlang.org/Building_DMD) for build instructions. + +Contributing +------------ + +Walter and Andrei have veto rights when it comes to inclusion of new stuff into DMD, druntime, and phobos. So if you're looking to work on new stuff either pick something from the [list](https://wiki.dlang.org/Walter_Andrei_Action_List). Or get in contact with Walter or Andrei early during the design phase of your project. This way you can avoid a lot of frustration, by not having your project rejected after you already implemented it.