Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 2.25 KB

File metadata and controls

37 lines (25 loc) · 2.25 KB

Contributing

We welcome contributions. 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.

Great ways to contribute include trying things out, filing bugs, joining in design conversations and fixing issues. If you're looking at places to contribute code, take a look at our help wanted issues.

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 repositories using our CLA.

If you want to submit a feature or a substantial code contribution, please discuss it first with the the team by filing an issue, making sure it follows our Roadmap.

Backporting Changes

To backport a merged pull request to a release branch, add a comment to the PR with the following format:

/backport to <branch-name>

For example, to backport to the dev17.13.x branch:

/backport to dev17.13.x

The backport action will automatically create a new PR targeting the specified branch. This command is only available to users with Write or Admin permissions on the repository. Available release branches include dev17.13.x, dev17.9.x, dev17.8.x, dev17.7.x, dev17.4.x, and dev16.11.x.

For additional information, see the following: