From 4ac915c47a8484648c1f02d0654749876fd4d389 Mon Sep 17 00:00:00 2001 From: Sebastian Wilzbach Date: Wed, 30 Mar 2016 13:59:41 +0300 Subject: [PATCH] Link from CONTRIBUTING.md to the new wiki contribution guide --- CONTRIBUTING.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b76aa36291c..7659c980737 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,13 +1,16 @@ Guidelines for Contributing =========================== -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. +Welcome to the D community and thanks for your interest in contributing! +If this is your first pull request, please read [Contributing to Phobos](https://wiki.dlang.org/Contributing_to_Phobos). +Have a look at [Starting as a Contributor](http://wiki.dlang.org/Starting_as_a_Contributor#Building_D) for build instructions. More Links ---------- * Fork [on Github](https://github.com/D-Programming-Language/phobos) * Use our [Bugzilla bug tracker](http://d.puremagic.com/issues/) -* Follow the [Styleguide](http://dlang.org/dstyle.html) +* Follow the [D style](http://dlang.org/dstyle.html) * Participate in [our forum](http://forum.dlang.org/) -* Review Phobos additions in the [Review Queue](http://wiki.dlang.org/Review_Queue). \ No newline at end of file +* Ask questions on our `#d` IRC channel on freenode.org ([web interface](https://kiwiirc.com/client/irc.freenode.net/d)) +* Review Phobos additions in the [Review Queue](http://wiki.dlang.org/Review_Queue).