Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 1.65 KB

CONTRIBUTING.md

File metadata and controls

26 lines (19 loc) · 1.65 KB

Contribution to .NEXT

Chat for Contributors

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.microsoft.com.

When you submit a pull request, a CLA-bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the .NET Foundation Code of Conduct. For more information see the Code of Conduct FAQ or contact conduct@dotnetfoundation.org with any additional questions or comments.

Branching Model

This repository uses branching model known as git flow. Use develop as the destination branch in your Pull Request.

Since 5.x release, squash commit is used to merge all commits related to the release when moving to main branch.

Backward Compatibility

Contributions must not contain breaking changes such as backward incompatible modification of API signatures. The only exception is a new major version of the library. However, it should pass through code review and discussion.

Unit Tests

If your PR contains bug fix or new feature then it should have unit tests.