diff options
author | Rich Lander <rlander@microsoft.com> | 2016-07-22 08:29:25 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-22 08:29:25 -0700 |
commit | 519d7d6a7963c74d7bbfd9d38fdea3ac1dfd3093 (patch) | |
tree | 15520c6a5ee24c2203af01cb91b7cb98069d5610 | |
parent | d3f5a70b404386c538053cb0fe1746338ac4d342 (diff) | |
download | coreclr-519d7d6a7963c74d7bbfd9d38fdea3ac1dfd3093.tar.gz coreclr-519d7d6a7963c74d7bbfd9d38fdea3ac1dfd3093.tar.bz2 coreclr-519d7d6a7963c74d7bbfd9d38fdea3ac1dfd3093.zip |
Create CONTRIBUTING.md (#6386)
This file exists in corefx and is an obvious file to look for. Making the two repos the same.
-rw-r--r-- | CONTRIBUTING.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000000..2637b25cc0 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,7 @@ +# Contributing + +See [Contributing](Documentation/project-docs/contributing.md) for information about coding styles, source structure, making pull requests, and more. + +# Developers + +See the [Developer Guide](Documentation/project-docs/developer-guide.md) for details about developing in this repo. |