Create CONTRIBUTING.md (#6386)
authorRich Lander <rlander@microsoft.com>
Fri, 22 Jul 2016 15:29:25 +0000 (08:29 -0700)
committerGitHub <noreply@github.com>
Fri, 22 Jul 2016 15:29:25 +0000 (08:29 -0700)
This file exists in corefx and is an obvious file to look for. Making the two repos the same.

CONTRIBUTING.md [new file with mode: 0644]

diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
new file mode 100644 (file)
index 0000000..2637b25
--- /dev/null
@@ -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.