From 57204318a698e24a4e1fe85127c619666082ffe4 Mon Sep 17 00:00:00 2001 From: "Mike F. Robbins" Date: Wed, 29 May 2024 13:23:51 -0500 Subject: [PATCH] Added new code of conduct --- CODE_OF_CONDUCT.md | 10 ++++++++++ README.md | 32 +++++++++++++++++--------------- 2 files changed, 27 insertions(+), 15 deletions(-) create mode 100644 CODE_OF_CONDUCT.md diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md new file mode 100644 index 0000000000..686e5e7a09 --- /dev/null +++ b/CODE_OF_CONDUCT.md @@ -0,0 +1,10 @@ +# Microsoft Open Source Code of Conduct + +This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). + +Resources: + +- [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/) +- [Microsoft Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) +- Contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with questions or concerns +- Employees can reach out at [aka.ms/opensource/moderation-support](https://aka.ms/opensource/moderation-support) diff --git a/README.md b/README.md index 9a30e787b1..3f9327ae3a 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,11 @@ # Azure PowerShell documentation -This repository contains the documentation for Azure PowerShell module, published on -[learn.microsoft.com][ms-learn]. +This repository contains the official product documentation for Azure PowerShell, published on +[learn.microsoft.com][azps-docs]. + +## Microsoft Open Source Code of Conduct + +This project has adopted the [Microsoft Open Source Code of Conduct][code-of-conduct]. ## Public contributions @@ -11,22 +15,20 @@ documentation hosted in this repository, with different workflows: - To submit a change for _conceptual_ documentation (content in the `docs-conceptual` directory), make a pull request against this repository. Conceptual documentation is maintained for every supported version, so update all the affected versions. -- To submit a change for _current versions' reference_ documentation, submit a pull request against - this repository. This only updates the online help available for current and previous versions. -- To submit a change for _future version reference_ documentation, submit a pull request against - [azure/azure-powershell][azps-source-repo]. The reference content for new versions of the Az - PowerShell module is generated from the source code and is also used in the command-line help. +- To submit a change for _current versions of reference_ documentation, submit a pull request + against this repository. This only updates the online help available for current and previous + versions. -## Microsoft Open Source Code of Conduct +> NOTE: To submit a change for _future versions of reference_ documentation, submit a pull request +> against [azure/azure-powershell][azps-source-repo]. The reference content for new versions of the +> Az PowerShell module is generated from the source code and is also used in the command-line help. -This project uses [Microsoft Open Source Code of Conduct][opensource-conduct]. For more information, -see [Code of Conduct FAQs][conduct-faq] or contact [opencode@microsoft.com][conduct-email] for -further questions or comments. +Please note that before we can accept your pull request you must sign our +[Contribution License Agreement][cla]. This is a one-time requirement. -[ms-learn]: (https://learn.microsoft.com/powershell/azure/) +[azps-docs]: https://learn.microsoft.com/powershell/azure/ +[code-of-conduct]: CODE_OF_CONDUCT.md [azps-source-repo]: https://github.com/azure/azure-powershell -[opensource-conduct]: https://opensource.microsoft.com/codeofconduct/ -[conduct-faq]: https://opensource.microsoft.com/codeofconduct/faq/ -[conduct-email]: mailto:opencode@microsoft.com +[cla]: https://cla.microsoft.com/