|
1 |
| -## Microsoft Open Source Code of Conduct |
| 1 | +# Microsoft Open Source Code of Conduct |
2 | 2 |
|
3 | 3 | This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).
|
4 | 4 | For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.
|
5 | 5 |
|
6 | 6 | [](https://ci.appveyor.com/project/PowerShell/powershell-docs/branch/staging)
|
7 | 7 |
|
8 |
| -# PowerShell Documentation |
| 8 | +## PowerShell Documentation |
9 | 9 |
|
10 |
| -Welcome to the PowerShell-Docs repository, housing the official Windows PowerShell documentation. |
| 10 | +Welcome to the PowerShell-Docs repository, housing the official PowerShell documentation. |
11 | 11 |
|
12 | 12 | ## Repository Structure
|
13 |
| -Each folder in this repo publishes to [MSDN](https://msdn.microsoft.com/en-us/powershell). The folders correspond to the following PowerShell assets: |
14 |
| -* [/dsc/](https://msdn.microsoft.com/en-us/powershell/dsc/) is for the Desired State Configuration feature |
15 |
| -* [/gallery/](https://msdn.microsoft.com/powershell/gallery) is for the [PowerShell Gallery](https://www.powershellgallery.com/) |
16 |
| -* [/jea/](https://msdn.microsoft.com/powershell/jea/) is for the Just Enough Administration feature |
17 |
| -* [/reference/](https://msdn.microsoft.com/powershell/reference/) is for PowerShell module reference across versions 3.0, 4.0, 5.0, 5.1, and 6.0 |
18 |
| - * This content will be retrieved by the `Get-Help` cmdlet in the future |
19 |
| -* [/scripting/](https://msdn.microsoft.com/en-us/powershell/scripting/) is general PowerShell reference content |
20 |
| -* [/wmf](https://msdn.microsoft.com/en-us/powershell/wmf/readme) contains release notes for the Windows Management Framework, the package used to distribute new versions of PowerShell to previous versions of Windows. |
| 13 | + |
| 14 | +Each folder in this repo publishes to [Microsoft Docs](https://docs.microsoft.com/powershell). The folders |
| 15 | +correspond to the following PowerShell assets: |
| 16 | + |
| 17 | +- [/dsc/](https://docs.microsoft.com/powershell/dsc/) is for the Desired State Configuration feature |
| 18 | +- [/gallery/](https://docs.microsoft.com/powershell/gallery) is for the [PowerShell Gallery](https://www.powershellgallery.com/) |
| 19 | +- [/jea/](https://docs.microsoft.com/powershell/jea/) is for the Just Enough Administration feature |
| 20 | +- [/reference/](https://docs.microsoft.com/powershell/scripting/) is for PowerShell conceptual topics |
| 21 | + and module reference across versions 3.0, 4.0, 5.0, 5.1, and 6.0 |
| 22 | + - This content will be retrieved by the `Get-Help` cmdlet in the future |
| 23 | +- [/wmf](https://docs.microsoft.com/powershell/wmf/readme) contains release notes for the Windows |
| 24 | + Management Framework, the package used to distribute new versions of PowerShell to previous versions of Windows. |
21 | 25 |
|
22 | 26 |
|
23 | 27 |
|
24 | 28 | ## Contributing
|
25 | 29 |
|
26 |
| -We actively merge contributions into this repository via [pull request](https://help.github.com/articles/using-pull-requests/) into the *staging* branch. |
27 |
| -Please note that before you submit a pull request you must [sign a Contribution License Agreement](https://cla.microsoft.com/) to ensure that the community is free to use your submissions. |
| 30 | +We actively merge contributions into this repository via [pull request](https://help.github.com/articles/using-pull-requests/) |
| 31 | +into the *staging* branch. |
| 32 | +Please note that before you submit a pull request you must [sign a Contribution License Agreement](https://cla.microsoft.com/) |
| 33 | +to ensure that the community is free to use your submissions. |
| 34 | + |
28 | 35 | For more information on contributing, read our [contributions guide](CONTRIBUTING.md).
|
29 | 36 | There is a draft [style guide](./STYLE.md) to review before making contributions.
|
30 |
| -Please use the Issue and Pull Request templates to help keep documentation consistent across versions. |
| 37 | +Please use the Issue and Pull Request templates to help keep documentation consistent across versions. |
31 | 38 |
|
32 | 39 | ## Licenses
|
33 | 40 |
|
34 |
| -There are two license files for this project. |
| 41 | +There are two license files for this project. |
35 | 42 | The MIT License applies to the code contained in this repo.
|
36 |
| -The Creative Commons license applies to the documentation. |
| 43 | +The Creative Commons license applies to the documentation. |
0 commit comments