|
| 1 | +<!-- |
| 2 | + Thanks for submitting a Pull Request (PR) to this project. Your contribution to this project |
| 3 | + is greatly appreciated! |
| 4 | +
|
| 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:', |
| 7 | + e.g. 'BREAKING CHANGE: ResourceName: My short description'. |
| 8 | +
|
| 9 | + You may remove this comment block, and the other comment blocks, but please keep the headers |
| 10 | + and the task list. |
| 11 | +--> |
| 12 | + |
| 13 | +#### Pull Request (PR) description |
| 14 | + |
| 15 | +<!-- |
| 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. |
| 18 | +--> |
| 19 | + |
| 20 | +#### This Pull Request (PR) fixes the following issues |
| 21 | + |
| 22 | +<!-- |
| 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 |
| 29 | +--> |
| 30 | + |
| 31 | +#### Task list |
| 32 | + |
| 33 | +<!-- |
| 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. |
| 36 | +
|
| 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. |
| 39 | +--> |
| 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 README.md. |
| 45 | +- [ ] Resource parameter descriptions added/updated in README.md, schema.mof and comment-based |
| 46 | + help. |
| 47 | +- [ ] Comment-based help added/updated. |
| 48 | +- [ ] Localization strings added/updated in all localization files as appropriate. |
| 49 | +- [ ] Examples appropriately added/updated. |
| 50 | +- [ ] Unit tests added/updated. See [DSC Community Testing Guidelines](https://dsccommunity.org/guidelines/testing-guidelines). |
| 51 | +- [ ] Integration tests added/updated (where possible). See [DSC Community Testing Guidelines](https://dsccommunity.org/guidelines/testing-guidelines). |
| 52 | +- [ ] New/changed code adheres to [DSC Community Style Guidelines](https://dsccommunity.org/styleguidelines). |
0 commit comments