1
1
# Microsoft Open Source Code of Conduct
2
2
3
- This project has adopted the [ Microsoft Open Source Code of Conduct] ( https://opensource.microsoft.com/codeofconduct/ ) .
4
- For more information see the
[ Code of Conduct FAQ
] ( https://opensource.microsoft.com/codeofconduct/faq/ ) or contact
[ [email protected] ] ( mailto:[email protected] ) with any additional questions or comments.
3
+ This project has adopted the
4
+ [ Microsoft Open Source Code of Conduct] ( https://opensource.microsoft.com/codeofconduct/ ) . For more
5
+ information see the [ Code of Conduct FAQ] ( https://opensource.microsoft.com/codeofconduct/faq/ ) or
6
+ contact
[ [email protected] ] ( mailto:[email protected] ) with any additional questions or
7
+ comments.
5
8
6
9
[ live-badge ] : https://powershell.visualstudio.com/PowerShell-Docs/_apis/build/status/PowerShell-Docs-CI?branchName=live
7
10
[ staging-badge ] : https://powershell.visualstudio.com/PowerShell-Docs/_apis/build/status/PowerShell-Docs-CI?branchName=staging
@@ -18,33 +21,40 @@ Welcome to the PowerShell-Docs repository, housing the official PowerShell docum
18
21
19
22
## Repository Structure
20
23
21
- Each of the following top-level folders in this repo contain a DocSet that is published to [ Microsoft Docs] ( https://docs.microsoft.com/powershell ) .
24
+ Each of the following top-level folders in this repo contain a DocSet that is published to
25
+ [ Microsoft Docs] ( https://docs.microsoft.com/powershell ) .
22
26
23
- - [ /developer/] ( https://docs.microsoft.com/powershell/developer/ ) is the future home of the PowerShell SDK documentation
24
- - We are in the process of migrating this content from MSDN
25
- - [ /dsc/] ( https://docs.microsoft.com/powershell/dsc/ ) is for the Desired State Configuration feature
26
- - [ /gallery/] ( https://docs.microsoft.com/powershell/gallery ) is for the [ PowerShell Gallery] ( https://www.powershellgallery.com/ )
27
- - [ /jea/] ( https://docs.microsoft.com/powershell/jea/ ) is for the Just Enough Administration feature
28
27
- [ /reference/] ( https://docs.microsoft.com/powershell/scripting/ ) is for PowerShell conceptual
29
- topics and module reference across versions 3.0, 4.0, 5.0, 5.1, and 6.0
30
- - This content is also the source of help content retrieved by the ` Get-Help ` cmdlet
31
- - [ /wmf] ( https://docs.microsoft.com/powershell/wmf/readme ) contains release notes for the Windows
32
- Management Framework, the package used to distribute new versions of PowerShell to previous versions of Windows.
28
+ topics and module reference across versions 5.1, 6.0, and 7.0. This content is also the source of
29
+ help content retrieved by the ` Get-Help ` cmdlet.
30
+ - [ docs-conceptual/] ( https://docs.microsoft.com/powershell ) - this folder contains the conceptual
31
+ documentation and the following docsets:
32
+ - [ developer/] ( https://docs.microsoft.com/powershell/scripting/developer/ ) is the PowerShell SDK
33
+ documentation (migrated from MSDN)
34
+ - [ dsc/] ( https://docs.microsoft.com/powershell/scripting/dsc/ ) is for the Desired State
35
+ Configuration feature
36
+ - [ gallery/] ( https://docs.microsoft.com/powershell/scripting/gallery ) is for the
37
+ [ PowerShell Gallery] ( https://www.powershellgallery.com/ )
38
+ - [ jea/] ( https://docs.microsoft.com/powershell/scripting/jea/ ) is for the Just Enough
39
+ Administration feature
40
+ - [ wmf/] ( https://docs.microsoft.com/powershell/scripting/wmf/overview ) contains release notes
41
+ for the Windows Management Framework, the package used to distribute new versions of
42
+ PowerShell to previous versions of Windows.
33
43
34
44
## Contributing
35
45
36
- We actively merge contributions into this repository via [ pull request] ( https://help.github.com/articles/using-pull-requests/ )
37
- into the * staging* branch.
38
- Please note that before you submit a pull request you must [ sign a Contribution License Agreement] ( https://cla.microsoft.com/ )
39
- to ensure that the community is free to use your submissions.
46
+ We actively merge contributions into this repository via
47
+ [ pull request] ( https://help.github.com/articles/using-pull-requests/ ) into the * staging* branch.
48
+ Please note that before you submit a pull request you must
49
+ [ sign a Contribution License Agreement] ( https://cla.microsoft.com/ ) to ensure that the community is
50
+ free to use your submissions.
40
51
41
- For more information on contributing, read our [ contributor's guide] ( CONTRIBUTING.md ) .
42
- The contributor's guide contains detail information about how to contribute documentation,
43
- suggested tools, and style and formatting requirements.
44
- Please use the Issue and Pull Request templates to help keep documentation consistent across versions.
52
+ For more information on contributing, read our [ contributor's guide] ( https://docs.microsoft.com/contribute/powershell/powershell-contribute ) . The
53
+ contributor's guide contains detail information about how to contribute documentation, suggested
54
+ tools, and style and formatting requirements. Please use the Issue and Pull Request templates to
55
+ help keep documentation consistent across versions.
45
56
46
57
## Licenses
47
58
48
- There are two license files for this project.
49
- The MIT License applies to the code contained in this repo.
50
- The Creative Commons license applies to the documentation.
59
+ There are two license files for this project. The MIT License applies to the code contained in this
60
+ repo. The Creative Commons license applies to the documentation.
0 commit comments