|
1 | 1 | <!-- |
2 | | -Thanks for submitting a Pull Request (PR) to this project. Your contribution to this project is greatly appreciated! |
| 2 | + Thanks for submitting a Pull Request (PR) to this project. |
| 3 | + Your contribution to this project is greatly appreciated! |
3 | 4 |
|
4 | | -Please prefix the PR title with the resource name, i.e. 'xComputer: My short description' |
5 | | -If this is a breaking change, then also prefix the PR title with 'BREAKING CHANGE:', i.e. 'BREAKING CHANGE: xComputer: My short description' |
| 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:', |
| 9 | + e.g. 'BREAKING CHANGE: ResourceName: My short description'. |
6 | 10 |
|
7 | | -To aid community reviewers in reviewing and merging your PR, please take the time to run through the below checklist. |
8 | | -Change to [x] for each task in the task list that applies to this PR. |
| 11 | + You may remove this comment block, and the other comment blocks, but please |
| 12 | + keep the headers and the task list. |
| 13 | +--> |
| 14 | +#### Pull Request (PR) description |
| 15 | +<!-- |
| 16 | + Replace this comment block with a description of your PR. |
9 | 17 | --> |
10 | | -**Pull Request (PR) description** |
11 | | -<!-- Replace this with a description of your pull request --> |
12 | 18 |
|
13 | | -**This Pull Request (PR) fixes the following issues:** |
14 | | -<!-- Replace this with the list of issues or n/a. Use format: Fixes #123 --> |
| 19 | +#### This Pull Request (PR) fixes the following issues |
| 20 | +<!-- |
| 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 |
| 26 | +--> |
15 | 27 |
|
16 | | -**Task list:** |
17 | | -- [ ] Change details added to Unreleased section of CHANGELOG.md? |
18 | | -- [ ] Added/updated documentation, comment-based help and descriptions in .schema.mof files where appropriate? |
19 | | -- [ ] Examples appropriately updated? |
20 | | -- [ ] New/changed code adheres to [Style Guidelines](https://github.com/PowerShell/DscResources/blob/master/StyleGuidelines.md)? |
21 | | -- [ ] [Unit and (optional) Integration tests](https://github.com/PowerShell/DscResources/blob/master/TestsGuidelines.md) created/updated where possible? |
| 28 | +#### Task list |
| 29 | +<!-- |
| 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. |
| 33 | +
|
| 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. |
| 36 | +--> |
| 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 the resource folder. |
| 40 | +- [ ] Resource parameter descriptions added/updated in schema.mof |
| 41 | + and comment-based help. |
| 42 | +- [ ] Comment-based help added/updated. |
| 43 | +- [ ] Localization strings added/updated in all localization files as appropriate. |
| 44 | +- [ ] 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). |
0 commit comments