|
1 | 1 | <!--
|
2 |
| - Thanks for submitting a Pull Request (PR) to this project. |
3 |
| - Your contribution to this project is greatly appreciated! |
| 2 | + Thanks for submitting a Pull Request (PR) to this project. Your contribution to this project |
| 3 | + is greatly appreciated! |
4 | 4 |
|
5 |
| - Please prefix the PR title with the resource name, |
6 |
| - e.g. 'ResourceName: My short description'. |
7 |
| - If this is a breaking change, then also prefix the PR title |
8 |
| - with 'BREAKING CHANGE:', |
| 5 | + Please prefix the PR title with the resource name, e.g. 'ResourceName: My short description'. |
| 6 | + If this is a breaking change, then also prefix the PR title with 'BREAKING CHANGE:', |
9 | 7 | e.g. 'BREAKING CHANGE: ResourceName: My short description'.
|
10 | 8 |
|
11 |
| - You may remove this comment block, and the other comment blocks, but please |
12 |
| - keep the headers and the task list. |
| 9 | + You may remove this comment block, and the other comment blocks, but please keep the headers |
| 10 | + and the task list. |
13 | 11 | -->
|
| 12 | + |
14 | 13 | #### Pull Request (PR) description
|
| 14 | + |
15 | 15 | <!--
|
16 |
| - Replace this comment block with a description of your PR. |
| 16 | + Replace this comment block with a description of your PR. Also, make sure you have updated the |
| 17 | + CHANGELOG.md, see the task list below. An entry in the CHANGELOG.md is mandatory for all PRs. |
17 | 18 | -->
|
18 | 19 |
|
19 | 20 | #### This Pull Request (PR) fixes the following issues
|
| 21 | + |
20 | 22 | <!--
|
21 |
| - If this PR does not fix an open issue, replace this comment block with None. |
22 |
| - If this PR resolves one or more open issues, replace this comment block with |
23 |
| - a list the issues using a GitHub closing keyword, e.g.: |
24 |
| - - Fixes #123 |
25 |
| - - Fixes #124 |
| 23 | + If this PR does not fix an open issue, replace this comment block with None. If this PR |
| 24 | + resolves one or more open issues, replace this comment block with a list of the issues using |
| 25 | + a GitHub closing keyword, e.g.: |
| 26 | +
|
| 27 | +- Fixes #123 |
| 28 | +- Fixes #124 |
26 | 29 | -->
|
27 | 30 |
|
28 | 31 | #### Task list
|
| 32 | + |
29 | 33 | <!--
|
30 |
| - To aid community reviewers in reviewing and merging your PR, please take |
31 |
| - the time to run through the below checklist and make sure your PR has |
32 |
| - everything updated as required. |
| 34 | + To aid community reviewers in reviewing and merging your PR, please take the time to run |
| 35 | + through the below checklist and make sure your PR has everything updated as required. |
33 | 36 |
|
34 |
| - Change to [x] for each task in the task list that applies to your PR. |
35 |
| - For those task that don't apply to you PR, leave those as is. |
| 37 | + Change to [x] for each task in the task list that applies to your PR. For those task that |
| 38 | + don't apply to you PR, leave those as is. |
36 | 39 | -->
|
37 |
| -- [ ] Added an entry under the Unreleased section of the change log in the CHANGELOG.md. |
38 |
| - Entry should say what was changed, and how that affects users (if applicable). |
39 |
| -- [ ] Resource documentation added/updated in README.md in resource folder. |
40 |
| -- [ ] Resource parameter descriptions added/updated in schema.mof |
41 |
| - and comment-based help. |
42 |
| -- [ ] Comment-based help added/updated. |
| 40 | + |
| 41 | +- [ ] Added an entry to the change log under the Unreleased section of the file CHANGELOG.md. |
| 42 | + Entry should say what was changed and how that affects users (if applicable), and |
| 43 | + reference the issue being resolved (if applicable). |
| 44 | +- [ ] Resource documentation added/updated in comment-based help. |
| 45 | +- [ ] Resource parameter descriptions added/updated in comment-based help. |
43 | 46 | - [ ] Localization strings added/updated in all localization files as appropriate.
|
44 | 47 | - [ ] Examples appropriately added/updated.
|
45 |
| -- [ ] Unit tests added/updated. See [DSC Resource Testing Guidelines](https://github.com/PowerShell/DscResources/blob/master/TestsGuidelines.md). |
46 |
| -- [ ] Integration tests added/updated (where possible). See [DSC Resource Testing Guidelines](https://github.com/PowerShell/DscResources/blob/master/TestsGuidelines.md). |
47 |
| -- [ ] New/changed code adheres to [DSC Resource Style Guidelines](https://github.com/PowerShell/DscResources/blob/master/StyleGuidelines.md) and [Best Practices](https://github.com/PowerShell/DscResources/blob/master/BestPractices.md). |
| 48 | +- [ ] Unit tests added/updated. See [DSC Community Testing Guidelines](https://dsccommunity.org/guidelines/testing-guidelines). |
| 49 | +- [ ] Integration tests added/updated (where possible). See [DSC Community Testing Guidelines](https://dsccommunity.org/guidelines/testing-guidelines). |
| 50 | +- [ ] New/changed code adheres to [DSC Community Style Guidelines](https://dsccommunity.org/styleguidelines). |
0 commit comments