|
| 1 | +# Azure Template Package client library for Go |
| 2 | + |
| 3 | +Azure Template Package client library for Go (`aztemplate`) matches necessary patterns that the development team has established to create a unified SDK written in the Go programming language. These libraries follow the Azure SDK Design Guidelines for Go. |
| 4 | + |
| 5 | +The library allows client libraries to expose common functionality in a consistent fashion. Once you learn how to use these APIs in one client library, you will know how to use them in other client libraries. |
| 6 | + |
| 7 | +## Getting started |
| 8 | + |
| 9 | +For a rich example of a well formatted readme, please check [here.](https://github.com/Azure/azure-sdk/blob/main/docs/policies/README-TEMPLATE.md) In addition, this is an [example readme](https://github.com/Azure/azure-sdk/blob/main/docs/policies/README-EXAMPLE.md) that should be emulated. Note that the top-level sections in this template align with that of the [template.](https://github.com/Azure/azure-sdk/blob/main/docs/policies/README-TEMPLATE.md) |
| 10 | + |
| 11 | +# Key concepts |
| 12 | + |
| 13 | +Bullet point list of your library's main concepts. |
| 14 | + |
| 15 | +# Examples |
| 16 | + |
| 17 | +Examples of some of the key concepts for your library. |
| 18 | + |
| 19 | +# Troubleshooting |
| 20 | + |
| 21 | +Running into issues? This section should contain details as to what to do there. |
| 22 | + |
| 23 | +# Next steps |
| 24 | + |
| 25 | +More sample code should go here, along with links out to the appropriate example tests. |
| 26 | + |
| 27 | +## Contributing |
| 28 | +For details on contributing to this repository, see the [contributing guide][azure_sdk_for_go_contributing]. |
| 29 | + |
| 30 | +This project welcomes contributions and suggestions. Most contributions require you to agree to a |
| 31 | +Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us |
| 32 | +the rights to use your contribution. For details, visit https://cla.microsoft.com. |
| 33 | + |
| 34 | +When you submit a pull request, a CLA-bot will automatically determine whether you need to provide |
| 35 | +a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions |
| 36 | +provided by the bot. You will only need to do this once across all repos using our CLA. |
| 37 | + |
| 38 | +This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). |
| 39 | +For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or |
| 40 | +contact [[email protected]](mailto:[email protected]) with any additional questions or comments. |
| 41 | + |
| 42 | +### Additional Helpful Links for Contributors |
| 43 | +Many people all over the world have helped make this project better. You'll want to check out: |
| 44 | + |
| 45 | +* [What are some good first issues for new contributors to the repo?](https://github.com/azure/azure-sdk-for-go/issues?q=is%3Aopen+is%3Aissue+label%3A%22up+for+grabs%22) |
| 46 | +* [How to build and test your change][azure_sdk_for_go_contributing_developer_guide] |
| 47 | +* [How you can make a change happen!][azure_sdk_for_go_contributing_pull_requests] |
| 48 | +* Frequently Asked Questions (FAQ) and Conceptual Topics in the detailed [Azure SDK for Go wiki](https://github.com/azure/azure-sdk-for-go/wiki). |
| 49 | + |
| 50 | +<!-- ### Community--> |
| 51 | +### Reporting security issues and security bugs |
| 52 | + |
| 53 | +Security issues and bugs should be reported privately, via email, to the Microsoft Security Response Center (MSRC) <[email protected]>. You should receive a response within 24 hours. If for some reason you do not, please follow up via email to ensure we received your original message. Further information, including the MSRC PGP key, can be found in the [Security TechCenter ](https://www.microsoft.com/msrc/faqs-report-an-issue). |
| 54 | + |
| 55 | +### License |
| 56 | + |
| 57 | +Azure SDK for Go is licensed under the [MIT](https://github.com/Azure/azure-sdk-for-go/blob/main/sdk/template/aztemplate/LICENSE.txt) license. |
| 58 | + |
| 59 | +<!-- LINKS --> |
| 60 | +[azure_sdk_for_go_contributing]: https://github.com/Azure/azure-sdk-for-go/blob/main/CONTRIBUTING.md |
| 61 | +[azure_sdk_for_go_contributing_developer_guide]: https://github.com/Azure/azure-sdk-for-go/blob/main/CONTRIBUTING.md#developer-guide |
| 62 | +[azure_sdk_for_go_contributing_pull_requests]: https://github.com/Azure/azure-sdk-for-go/blob/main/CONTRIBUTING.md#pull-requests |
| 63 | +[azure_cli]: https://docs.microsoft.com/cli/azure |
| 64 | +[azure_pattern_circuit_breaker]: https://docs.microsoft.com/azure/architecture/patterns/circuit-breaker |
| 65 | +[azure_pattern_retry]: https://docs.microsoft.com/azure/architecture/patterns/retry |
| 66 | +[azure_portal]: https://portal.azure.com |
| 67 | +[azure_sub]: https://azure.microsoft.com/free/ |
| 68 | +[cloud_shell]: https://docs.microsoft.com/azure/cloud-shell/overview |
| 69 | +[cloud_shell_bash]: https://shell.azure.com/bash |
0 commit comments