Skip to content

Latest commit

 

History

History
52 lines (38 loc) · 2.4 KB

CONTRIBUTING.md

File metadata and controls

52 lines (38 loc) · 2.4 KB

Contributing

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

Code of Conduct

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

How to contribute

  • File or vote up issues
  • Improve documentation
  • Fix bugs or add features

Intro to Git and GitHub

When contributing to documentation or code changes, you'll need to have a GitHub account and a basic understanding of Git. Check out the links below to get started.

Contributing to issues

  • Check if the issue you are going to file already exists in our GitHub issues.
  • If you do not see your problem captured, please file a new issue and follow the provided template.
  • If the an open issue exists for the problem you are experiencing, vote up the issue or add a comment.

Contributing to code

  • Before writing a fix or feature enhancement, ensure that an issue is logged.
  • Be prepared to discuss a feature and take feedback.
  • Include unit tests and updates documentation to complement the change.