From e393295106509957b9b0bb2ceae9b4a7e6766b8d Mon Sep 17 00:00:00 2001 From: Rolf Bjarne Kvinge Date: Wed, 27 Apr 2016 11:30:48 -0400 Subject: [PATCH] [README] Add a Contributing section. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 1d277a36bba8..aee46a191676 100644 --- a/README.md +++ b/README.md @@ -88,3 +88,7 @@ By default, everything required for both Xamarin.iOS and Xamarin.Mac will be bui to debug native executables using lldb. * --help: Show the help. +## Contributing ## + +* We use [Mono's Coding Guidelines](http://www.mono-project.com/community/contributing/coding-guidelines/). +* We use [Bugzilla](https://bugzilla.xamarin.com/newbug) to track issues.