1# Contributing
2
3As of version 14, the Azure SDK for Go is GA. We maintain only a `master` branch for releases and a `latest` branch for the latest changes.
4
5For bugs or feature requests you can submit them using the [Github issues page][issues] and filling the appropriate template.
6
7For Pull Requests, please submit them _ONLY_ to `latest` branch.
8
9Also please see these [guidelines][] about contributing to Azure projects.
10
11This project follows the [Microsoft Open Source Code of Conduct][coc]. For more information see the [Code of Conduct FAQ][cocfaq]. Contact [opencode@microsoft.com][cocmail] with questions and comments.
12
13[guidelines]: http://azure.github.io/guidelines/
14[coc]: https://opensource.microsoft.com/codeofconduct/
15[cocfaq]: https://opensource.microsoft.com/codeofconduct/faq/
16[cocmail]: mailto:opencode@microsoft.com
17[issues]: https://github.com/Azure/Azure-sdk-for-go/issues
18