Add a CONTRIBUTING.md guide

A `CONTRIBUTING` file is a file recognized by Github which is suggested upon making a new P.R.
It is quite ubiquitous among top Github projects and is way more visible than a wiki page.

This guide duplicates what is currently done in the wiki, however as recent history has
shown moving from wiki documents to Github does improve visibility and allows changes
to be reviewed (and noticed)
This commit is contained in:
Mathias Lang 2016-06-29 21:00:27 +02:00
parent 11165915a8
commit 7154099d15
2 changed files with 66 additions and 1 deletions

View file

@ -7,4 +7,5 @@ To report a problem or browse the list of open bugs, please visit the
[bug tracker](http://issues.dlang.org/).
For more information, including instructions for compiling, installing, and
hacking on DMD, visit the [D Wiki](http://wiki.dlang.org/DMD).
hacking on DMD, check the [contribution guide](CONTRIBUTING.md) and
visit the [D Wiki](http://wiki.dlang.org/DMD).