Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Guerrera <nicholg@microsoft.com>2014-11-15 23:38:56 +0300
committerNick Guerrera <nicholg@microsoft.com>2014-11-16 02:19:51 +0300
commit676f3266bfed0fcb52544c59a807fbeec31c32d2 (patch)
tree93528b0a9407a4fd5dc5732d314452974f1eb0c6 /CONTRIBUTING.md
parentcbae62ae1a57a6cd7bdeb9eab471124952e2af16 (diff)
Move contributing link to wiki.
We're adding additional information on contributing to the wiki so link there from CONTRIBUTING.md. The file is retained so that GitHub will still link to it for all incoming pull requests.
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md8
1 files changed, 3 insertions, 5 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index beec69f012..c624f4f77b 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -1,13 +1,11 @@
# Contributing
-General information on contributing to dotnet projects is in the [Contributing Guide].
-This document contains information about coding styles, source structure, making
+See [Contributing] on the wiki for information about coding styles, source structure, making
pull requests, and more.
-[Contributing Guide]: https://github.com/Microsoft/dotnet/blob/master/CONTRIBUTING.md
-
+[Contributing]: https://github.com/dotnet/corefx/wiki/Contributing
# Developers
-For details about developing in this repo see the [Developer Guide].
+See the [Developer Guide] for details about developing in this repo.
[Developer Guide]: https://github.com/dotnet/corefx/wiki/Developer-Guide