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

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Christoforides <alexis@thenull.net>2014-04-16 00:10:29 +0400
committerAlexis Christoforides <alexis@thenull.net>2014-04-16 00:10:29 +0400
commit2a949443bceaa6006b06eddb0407665575fe752e (patch)
tree389b0c9ca72eec8c12c2211a342670b6ec2a7550 /README.md
parent7e33fc7450aa9942e6aef1afa656010cec6bc0e0 (diff)
Added contribution guideline links in README
New section has links to guideline wiki page, and the page's Important Rules section that all contributors should be aware of.
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 7 insertions, 2 deletions
diff --git a/README.md b/README.md
index e8ae27bfe6c..07c950004d7 100644
--- a/README.md
+++ b/README.md
@@ -4,8 +4,9 @@ Mono is an open source implementation of Microsoft's .NET Framework based on the
1. [Installation](#compilation-and-installation)
2. [Using Mono](#using-mono)
3. [Directory Roadmap](#directory-roadmap)
-4. [Git submodules maintenance](#git-submodules-maintenance)
-5. [Reporting bugs](#reporting-bugs)
+4. [Contributing to Mono] (#contributing-to-mono)
+5. [Git submodules maintenance](#git-submodules-maintenance)
+6. [Reporting bugs](#reporting-bugs)
Compilation and Installation
============================
@@ -516,6 +517,10 @@ independent checkout) from the Mono module, that
directory is automatically configured to share the
same prefix than this module gets.
+Contributing to Mono
+====================
+Before submitting changes to Mono, please review the contribution guidelines at http://mono-project.com/Contributing. Please pay particular attention to the [Important Rules](http://mono-project.com/Contributing#Important_Rules) section.
+
Git submodules maintenance
==========================