-
Notifications
You must be signed in to change notification settings - Fork 36
Contributing
Thank you for your interest in contributing to .NET MAUI for Linux! In this document, we'll outline what you need to know about contributing and how to get started.
If you're looking for something to work on, please browse something pending to implement in the Status table.
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.
All pull requests need to be reviewed and tested by at least one member of the .NET MAUI for Linux team. We do our best to review pull requests in a timely manner, but please be patient! One reviewer will be assigned and will start the review process as soon as possible. If there are any changes requested, the contributor should make them at their earliest convenience or let the reviewer know that they are unable to make further contributions. If the pull request requires only minor changes, then someone else may pick it up and finish it. We will do our best to make sure that all credit is retained for contributors.
Once a pull request has one approval, it will receive an "approved" label and can be merged at this time.
PRs should target the main-linux branch.