|
3 | 3 |
|
4 | 4 | ## PR Context
|
5 | 5 | <!--
|
6 |
| -There is a numbered folder for each version of the PowerShell cmdlet reference. Changes to cmdlet |
7 |
| -reference should be made to all versions where applicable. The /docs-conceptual folder tree does not |
8 |
| -have version folders. |
| 6 | +There is a numbered folder for each version of the PowerShell cmdlet content. Changes to cmdlet |
| 7 | +reference should be made to all versions where applicable. The /docs-conceptual folder tree does |
| 8 | +not have version folders. |
9 | 9 | -->
|
10 | 10 |
|
11 |
| -Version(s) of documents impacted |
| 11 | +Select the type(s) of documents being changed. |
12 | 12 |
|
13 |
| -- [ ] Impacts 7 document |
14 |
| -- [ ] Impacts 6 document |
15 |
| -- [ ] Impacts 5.1 document |
16 |
| -- [ ] Impacts 5.0 document |
17 |
| -- [ ] Impacts 4.0 document |
18 |
| -- [ ] Impacts 3.0 document |
| 13 | +**Cmdlet reference & about_ topics** |
| 14 | +- [ ] Version 7 content |
| 15 | +- [ ] Version 6 content |
| 16 | +- [ ] Version 5.1 content |
| 17 | +- [ ] Version 5.0 content |
| 18 | +- [ ] Version 4.0 content |
| 19 | +- [ ] Version 3.0 content |
| 20 | + |
| 21 | +**Conceptual articles** |
| 22 | +- [ ] Fundamental conceptual articles |
| 23 | +- [ ] Script sample articles |
| 24 | +- [ ] DSC articles |
| 25 | +- [ ] Gallery articles |
| 26 | +- [ ] JEA articles |
| 27 | +- [ ] WMF articles |
| 28 | +- [ ] SDK articles |
19 | 29 |
|
20 | 30 | ## PR Checklist
|
21 | 31 |
|
22 | 32 | - [ ] I have read the [contributors guide](https://github.com/MicrosoftDocs/PowerShell-Docs/blob/staging/CONTRIBUTING.md) and followed the style and process guidelines
|
23 | 33 | - [ ] PR has a meaningful title
|
24 | 34 | - [ ] PR is targeted at the _staging_ branch
|
25 | 35 | - [ ] All relevant versions updated
|
26 |
| -- [ ] Includes reference to related issues and PRs - see [Closing issues using keywords](https://help.github.com/en/articles/closing-issues-using-keywords). |
| 36 | +- [ ] Includes content related to issues and PRs - see [Closing issues using keywords](https://help.github.com/en/articles/closing-issues-using-keywords). |
27 | 37 | - [ ] This PR is ready to merge and is not **Work in Progress**
|
28 | 38 | - If the PR is work in progress, please add the prefix `WIP:` or `[ WIP ]` to the beginning of the
|
29 | 39 | title and remove the prefix when the PR is ready.
|
0 commit comments