mirror of
https://github.com/dlang/dmd.git
synced 2025-04-25 20:50:41 +03:00
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:
parent
11165915a8
commit
7154099d15
2 changed files with 66 additions and 1 deletions
|
@ -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).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue