|
11 | 11 | You may remove this comment block, and the other comment blocks, but please |
12 | 12 | keep the headers and the task list. |
13 | 13 | --> |
| 14 | + |
14 | 15 | #### Pull Request (PR) description |
| 16 | + |
15 | 17 | <!-- |
16 | 18 | Replace this comment block with a description of your PR. |
| 19 | + Also, make sure you have updated the CHANGELOG.md, see the |
| 20 | + task list below. An entry in the CHANGELOG.md is mandatory |
| 21 | + for all PRs. |
17 | 22 | --> |
18 | 23 |
|
19 | 24 | #### This Pull Request (PR) fixes the following issues |
| 25 | + |
20 | 26 | <!-- |
21 | 27 | If this PR does not fix an open issue, replace this comment block with None. |
22 | 28 | 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 |
| 29 | + a list of the issues using a GitHub closing keyword, e.g.: |
| 30 | +
|
| 31 | +- Fixes #123 |
| 32 | +- Fixes #124 |
26 | 33 | --> |
27 | 34 |
|
28 | 35 | #### Task list |
| 36 | + |
29 | 37 | <!-- |
30 | 38 | To aid community reviewers in reviewing and merging your PR, please take |
31 | 39 | the time to run through the below checklist and make sure your PR has |
|
34 | 42 | Change to [x] for each task in the task list that applies to your PR. |
35 | 43 | For those task that don't apply to you PR, leave those as is. |
36 | 44 | --> |
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 |
| 45 | + |
| 46 | +- [ ] Added an entry to the change log under the Unreleased section of the |
| 47 | + file CHANGELOG.md. Entry should say what was changed and how that |
| 48 | + affects users (if applicable), and reference the issue being resolved |
| 49 | + (if applicable). |
| 50 | +- [ ] Resource documentation added/updated in README.md. |
| 51 | +- [ ] Resource parameter descriptions added/updated in README.md, schema.mof |
41 | 52 | and comment-based help. |
42 | 53 | - [ ] Comment-based help added/updated. |
43 | 54 | - [ ] Localization strings added/updated in all localization files as appropriate. |
44 | 55 | - [ ] 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). |
| 56 | +- [ ] Unit tests added/updated. See [DSC Community Testing Guidelines](https://dsccommunity.org/guidelines/testing-guidelines). |
| 57 | +- [ ] Integration tests added/updated (where possible). See [DSC Community Testing Guidelines](https://dsccommunity.org/guidelines/testing-guidelines). |
| 58 | +- [ ] New/changed code adheres to [DSC Community Style Guidelines](https://dsccommunity.org/styleguidelines). |
0 commit comments