From 519d7d6a7963c74d7bbfd9d38fdea3ac1dfd3093 Mon Sep 17 00:00:00 2001 From: Rich Lander Date: Fri, 22 Jul 2016 08:29:25 -0700 Subject: [PATCH] Create CONTRIBUTING.md (#6386) This file exists in corefx and is an obvious file to look for. Making the two repos the same. --- CONTRIBUTING.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 000000000000..2637b25cc0fb --- /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.