Skip to content

Latest commit

 

History

History
54 lines (34 loc) · 2.24 KB

Contributing.md

File metadata and controls

54 lines (34 loc) · 2.24 KB

Contributing

Code of Conduct

Please review the Code of Conduct for this project.

Contribution model

All contributions to this project should be through pull requests (PR) against the main branch.

Creating a pull request

If you are new to Git, read more about creating a pull request.

Project specific PR guidelines:

  • Please be sure to verify that all applicable items in the PR template are completed.
  • Every PR that is created will kick off a build. Be sure to verify that the build for your PR has passed. The status of the build along with the status of any other checks will be displayed at the bottom of a PR.
  • Address any build failures on the PR. To get more information about build failures:
    • Click on "Show all checks" at the bottom of a PR.
    • Click on "Details" for the PR build.
    • Click on the build in the left pane. This should display the information associated with that build.
    • For more details, click on "View more details on Azure Pipelines".

Contributing License Agreement

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.

Bugs

We use github issues to track bugs.

See something wrong / that can be improved upon? Visit the issues page to see if an issue for it already exists.

If it doesn't, feel free to file an issue.

FAQ

TBA

Get in touch

TBA