Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 593 Bytes

How-Contribute.md

File metadata and controls

8 lines (5 loc) · 593 Bytes

How to Contribute

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 to Text Editor > C# and selecting the "Keep tabs" radio option.

Read and follow the Xamarin.Forms Pull Request template.