From 59a44ba3d8d80c79d469b64ce56a7e6cd6e8d46f Mon Sep 17 00:00:00 2001 From: Rick Winter Date: Mon, 15 May 2023 13:09:42 -0700 Subject: [PATCH] Add clear contributing section * Update README.md --- samples/README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/samples/README.md b/samples/README.md index a22f59046..4121dbd26 100644 --- a/samples/README.md +++ b/samples/README.md @@ -41,3 +41,21 @@ This section lists how-to guides for the most commonly used APIs and most common #### General How-To Guides - How to configure, access, and analyze **logging** information (TODO) + +## Contributing + +This project welcomes contributions and suggestions. Most contributions require you to agree to a [Contributor License Agreement (CLA)][cla] declaring that you have the right to, and actually do, grant us the rights to use your contribution. + +If you'd like to contribute to this library, please read the [contributing guide][contributing_guide] to learn more about how to build and test the code. + +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 repos using our CLA. + +This project has adopted the [Microsoft Open Source Code of Conduct][coc]. For more information, see the [Code of Conduct FAQ][coc_faq] or contact [opencode@microsoft.com][coc_contact] with any additional questions or comments. + + +[contributing_guide]: https://github.com/Azure/azure-sdk-for-cpp/blob/main/CONTRIBUTING.md +[cla]: https://cla.microsoft.com +[coc]: https://opensource.microsoft.com/codeofconduct/ +[coc_faq]: https://opensource.microsoft.com/codeofconduct/faq/ +[coc_contact]: mailto:opencode@microsoft.com +