Skip to content

How Contribute

Javier Suárez Ruiz edited this page Jul 11, 2017 · 1 revision

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.

Clone this wiki locally