The Microsoft AKS Engine project accepts contributions via GitHub pull requests. This document outlines the process to help get your contribution accepted.
The [Microsoft CLA](https://cla.microsoft.com/)must be signedby all contributors. Please fill out either the individual or corporate Contributor License Agreement (CLA). Once you are CLA'ed, we'll be able to accept your pull requests.
***NOTE***: Only original source code from you and other people that have
signed the CLA can be accepted into the repository.
## Support Channels
This is an open source project and as such no formal support is available. However, like all good open source projects we do offer "best effort" support through github issues.
Before opening a new issue or submitting a new pull request, it's helpful to search the project - it's likely that another user has already reported the issue you're facing, or it's a known issue that we're already aware of.
## Milestones
We use milestones to track progress of releases.
For example, if the current version is `2.2.0` an issue/PR could fall in to one of 2 different active milestones:
`2.2.1`, `2.3.0`. If an issue pertains to a
specific upcoming bug or minor release, it would go into `2.2.1` or `2.3.0`.
A milestone (and hence release) is considered done when all outstanding issues/PRs have been closed or moved to another milestone.