Skip to content
This repository has been archived by the owner on Jul 15, 2023. It is now read-only.

Latest commit

 

History

History
18 lines (9 loc) · 1.25 KB

CONTRIBUTING.md

File metadata and controls

18 lines (9 loc) · 1.25 KB

How to contribute?

We appriciate and welcome community contributions.

  1. You must sign a Contributor License Agreement (CLA) before submitting your pull request. To complete the CLA, submit a request via the form and electronically sign the CLA when you receive the email containing the link to the document. You need to complete the CLA only once to cover all Microsoft Open Technologies OSS projects. To sign a CLA please follow the instructions on Microsoft CLA

  2. Before starting work on a new feature, enhancement, or fix, please create an issue and optionally assign it to yourself or a developer.

  3. Fork the repository and make your changes against the fork just created (and not againt master).

  4. After making your changes in your fork, run tests and ensure that the code runs well on all suported platform. Ensure that your branch has no merge conflicts with master.

  5. Issue a Pull Request. Please provide a short description of your contribution while creating the Pull Request.

  6. The admins will review your code and may optionally request conformance, functional or other changes. Work with them to resolve any issues.

  7. Upon acceptance, your code will be merged into the master branch and will become available for all.