Skip to content

Latest commit

 

History

History
46 lines (25 loc) · 3.49 KB

CONTRIBUTING.md

File metadata and controls

46 lines (25 loc) · 3.49 KB

Contributing

Thank you for your interest in contributing to .NET MAUI! In this document, we'll outline what you need to know about contributing and how to get started.

Code of Conduct

Please see our Code of Conduct.

Prerequisite

You will need to complete a Contribution License Agreement before any pull request can be accepted. Review the CLA at https://cla.dotnetfoundation.org/. When you submit a pull request, a CLA assistant bot will confirm you have completed the agreement, or provide you with an opportunity to do so.

Contributing Code

Currently, we are in the beginning phases of building up MAUI. Yet, we are still very excited for you to join us during this exciting time :)

Have a look at our Development Guide to learn about setting up your development environment.

What to work on

If you're looking for something to work on, please browse our Handler Property Backlog. Any issue that is not already assigned is up for grabs. Make sure to read over the Handler Property PR Guidelines to acquaint yourself on how you can get started in contributing to our handler conversion efforts. Included is also a sample PR you can model after.

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.

Read and follow our Pull Request template.

Pull Request Requirements

Please refer to our Handler Property PR Guidelines and Pull Request template.

Please check the "Allow edits from maintainers" checkbox on your pull request. This allows us to quickly make minor fixes and resolve conflicts for you.

Proposals/Enhancements/Suggestions

To propose a change or new feature, open an issue using the Feature request template. You may also use the Spec template if you have an idea of what the API should look like. Be sure to also browse current issues and discussions that may be related to what you have in mind.

Review Process

All pull requests need to be reviewed and tested by at least two members of the .NET MAUI team. We do our best to review pull requests in a timely manner, but please be patient! Two reviewers 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 reviewers 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 two approvals, it will receive an "approved" label. As long as no UI or unit tests are failing, this pull request can be merged at this time.

Merge Process

Handler property PRs should target the main branch.