Skip to content

Commit 4b499ba

Browse files
authored
Added new code of conduct (#3035)
1 parent d939dbe commit 4b499ba

File tree

2 files changed

+27
-15
lines changed

2 files changed

+27
-15
lines changed

CODE_OF_CONDUCT.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Microsoft Open Source Code of Conduct
2+
3+
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).
4+
5+
Resources:
6+
7+
- [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/)
8+
- [Microsoft Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/)
9+
- Contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with questions or concerns
10+
- Employees can reach out at [aka.ms/opensource/moderation-support](https://aka.ms/opensource/moderation-support)

README.md

Lines changed: 17 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
# Azure PowerShell documentation
22

3-
This repository contains the documentation for Azure PowerShell module, published on
4-
[learn.microsoft.com][ms-learn].
3+
This repository contains the official product documentation for Azure PowerShell, published on
4+
[learn.microsoft.com][azps-docs].
5+
6+
## Microsoft Open Source Code of Conduct
7+
8+
This project has adopted the [Microsoft Open Source Code of Conduct][code-of-conduct].
59

610
## Public contributions
711

@@ -11,22 +15,20 @@ documentation hosted in this repository, with different workflows:
1115
- To submit a change for _conceptual_ documentation (content in the `docs-conceptual` directory),
1216
make a pull request against this repository. Conceptual documentation is maintained for every
1317
supported version, so update all the affected versions.
14-
- To submit a change for _current versions' reference_ documentation, submit a pull request against
15-
this repository. This only updates the online help available for current and previous versions.
16-
- To submit a change for _future version reference_ documentation, submit a pull request against
17-
[azure/azure-powershell][azps-source-repo]. The reference content for new versions of the Az
18-
PowerShell module is generated from the source code and is also used in the command-line help.
18+
- To submit a change for _current versions of reference_ documentation, submit a pull request
19+
against this repository. This only updates the online help available for current and previous
20+
versions.
1921

20-
## Microsoft Open Source Code of Conduct
22+
> NOTE: To submit a change for _future versions of reference_ documentation, submit a pull request
23+
> against [azure/azure-powershell][azps-source-repo]. The reference content for new versions of the
24+
> Az PowerShell module is generated from the source code and is also used in the command-line help.
2125
22-
This project uses [Microsoft Open Source Code of Conduct][opensource-conduct]. For more information,
23-
see [Code of Conduct FAQs][conduct-faq] or contact [opencode@microsoft.com][conduct-email] for
24-
further questions or comments.
26+
Please note that before we can accept your pull request you must sign our
27+
[Contribution License Agreement][cla]. This is a one-time requirement.
2528

2629
<!-- link references -->
2730

28-
[ms-learn]: (https://learn.microsoft.com/powershell/azure/)
31+
[azps-docs]: https://learn.microsoft.com/powershell/azure/
32+
[code-of-conduct]: CODE_OF_CONDUCT.md
2933
[azps-source-repo]: https://github.com/azure/azure-powershell
30-
[opensource-conduct]: https://opensource.microsoft.com/codeofconduct/
31-
[conduct-faq]: https://opensource.microsoft.com/codeofconduct/faq/
32-
[conduct-email]: mailto:opencode@microsoft.com
34+
[cla]: https://cla.microsoft.com/

0 commit comments

Comments
 (0)