This repository has been archived by the owner on May 1, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
How to Contribute
David Ortinau edited this page Dec 5, 2017
·
9 revisions
Check out A Beginner's Guide for Contributing to Xamarin.Forms.
You will need to complete a Contribution License Agreement before any pull request can be accepted. Complete the CLA at https://cla2.dotnetfoundation.org/.
If you're looking for something to fix, please browse open issues. Check for issues tagged help wanted and good first issue.
Follow the style used by the .NET Foundation, with two primary exceptions:
- We do not use the
private
keyword as it is the default accessibility level in C#. - We use hard tabs over spaces. You can change this setting in VS 2015 via
Tools > Options
and navigating toText Editor > C#
and selecting the "Keep tabs" radio option.
Read and follow our Pull Request template