24 строки
1.0 KiB
Markdown
24 строки
1.0 KiB
Markdown
<!--
|
|
Thanks for submitting a Pull Request (PR), your contribution is greatly appreciated!
|
|
|
|
Please prefix the PR title with the module name, i.e. 'Common: My short description'
|
|
If this is a breaking change, then also prefix the PR title with 'BREAKING CHANGE:', i.e. 'BREAKING CHANGE: Common: My short description'
|
|
|
|
To aid reviewers in reviewing and merging your PR, please take the time to run through the below checklist.
|
|
Change to [x] for each task in the task list that applies to this PR.
|
|
-->
|
|
|
|
**Pull Request (PR) description:**
|
|
|
|
**This Pull Request (PR) fixes the following issues:**
|
|
|
|
This fixes #
|
|
|
|
**Task list:**
|
|
|
|
- [ ] Change details added to Unreleased section of CHANGELOG.md (Not required for Convert modules)?
|
|
- [ ] Added/updated documentation, comment-based help and descriptions where appropriate?
|
|
- [ ] Examples appropriately updated?
|
|
- [ ] New/changed code adheres to [Style Guidelines](https://github.com/PowerShell/DscResources/blob/master/StyleGuidelines.md)?
|
|
- [ ] Unit and (optional) Integration tests created/updated where possible?
|