diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e675b06b589..b76aa36291c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,11 +1,7 @@ Guidelines for Contributing =========================== -Welcome to the D community and thanks for your interest in contributing! - -## [Starting as a Contributor](http://wiki.dlang.org/Starting_as_a_Contributor) -## [How to contribute pull requests?](http://wiki.dlang.org/Pull_Requests) -## [How to build dmd/druntime/phobos/docs?](http://wiki.dlang.org/Building_DMD) +Welcome to the D community and thanks for your interest in contributing! To get started, please read the [Starting as a Contributor](http://wiki.dlang.org/Starting_as_a_Contributor) article on the D Wiki. More Links ---------- @@ -14,17 +10,4 @@ More Links * Use our [Bugzilla bug tracker](http://d.puremagic.com/issues/) * Follow the [Styleguide](http://dlang.org/dstyle.html) * Participate in [our forum](http://forum.dlang.org/) -* [Review Queue](http://wiki.dlang.org/Review_Queue). - - -Tips for Development --------------------- - -1. Build and test (e.g. the regex module) - - rdmd -unittest -main std/regex.d - -2. Do not forget to test your changes. - Aim for a [high code coverage of your tests](http://forum.dlang.org/post/ki5ovr$17m1$1@digitalmars.com). - -3. Do not forget the [API Documentation](http://dlang.org/phobos/). +* Review Phobos additions in the [Review Queue](http://wiki.dlang.org/Review_Queue). \ No newline at end of file