Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 2 additions & 19 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -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
----------
Expand All @@ -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).