|  | 
|  | 1 | +# Pull Request | 
|  | 2 | + | 
|  | 3 | +<!-- | 
|  | 4 | +    Thanks for submitting a Pull Request (PR) to this project. | 
|  | 5 | +    Your contribution to this project is greatly appreciated! | 
|  | 6 | +
 | 
|  | 7 | +    TITLE: Please be descriptive not sensationalist. | 
|  | 8 | +    Prepend the title with [BREAKING CHANGE] if relevant. | 
|  | 9 | +    i.e. [BREAKING CHANGE] Restructure security data format | 
|  | 10 | +
 | 
|  | 11 | +    You may remove this comment block, and the other comment blocks, but please | 
|  | 12 | +    keep the headers and the task list. | 
|  | 13 | +    Try to keep your PRs atomic: changes grouped in smallest batch affecting a single logical unit. | 
|  | 14 | +--> | 
|  | 15 | + | 
|  | 16 | +## Pull Request (PR) description | 
|  | 17 | + | 
|  | 18 | +<!-- | 
|  | 19 | +    Replace this comment block with a description of your PR to provide context. | 
|  | 20 | +    Please be describe the intent and link issue where the problem has been discussed. | 
|  | 21 | +    try to link the issue that it fixes by providing the verb and ref: [fix|close #18] | 
|  | 22 | +
 | 
|  | 23 | +    After the description, please concisely list the changes as per keepachangelog.com | 
|  | 24 | +    This **should** duplicate what you've updated in the changelog file. | 
|  | 25 | +
 | 
|  | 26 | +### Added | 
|  | 27 | +- for new features [closes #15] | 
|  | 28 | +### Changed | 
|  | 29 | +- for changes in existing functionality. | 
|  | 30 | +### Deprecated | 
|  | 31 | +- for soon-to-be removed features. | 
|  | 32 | +### Security | 
|  | 33 | +- in case of vulnerabilities. | 
|  | 34 | +### Fixed | 
|  | 35 | +- for any bug fixes. [fix #52] | 
|  | 36 | +### Removed | 
|  | 37 | +- for now removed features. | 
|  | 38 | +--> | 
|  | 39 | + | 
|  | 40 | +## Task list | 
|  | 41 | + | 
|  | 42 | +<!-- | 
|  | 43 | +    To aid community reviewers in reviewing and merging your PR, please take | 
|  | 44 | +    the time to run through the below checklist and make sure your PR has | 
|  | 45 | +    everything updated as required. | 
|  | 46 | +
 | 
|  | 47 | +    Change to [x] for each task in the task list that applies to your PR. | 
|  | 48 | +    For those task that don't apply to you PR, leave those as is. | 
|  | 49 | +--> | 
|  | 50 | + | 
|  | 51 | +- [ ] The PR represents a single logical change. | 
|  | 52 | +- [ ] Added an entry under the Unreleased section of in the CHANGELOG.md as per [format](https://keepachangelog.com/en/1.0.0/). | 
|  | 53 | +- [ ] Local clean build passes without issue or fail tests (`build.ps1 -ResolveDependency`). | 
|  | 54 | +- [ ] Documentation added/updated in src/WikiSource. | 
|  | 55 | +- [ ] Comment-based help added/updated to any .ps1 files.. | 
|  | 56 | +- [ ] Unit tests added/updated. See [CyberShell Module Testing Guidelines](https://github.com/PowerShell/DscResources/blob/master/TestsGuidelines.md). | 
|  | 57 | +- [ ] Integration tests added/updated (where possible). See [CyberShell Module Testing Guidelines](https://github.com/PowerShell/DscResources/blob/master/TestsGuidelines.md). | 
|  | 58 | + | 
|  | 59 | + | 
|  | 60 | + | 
|  | 61 | + | 
|  | 62 | +------------- | 
|  | 63 | +# Pull Request | 
|  | 64 | + | 
|  | 65 | +<!-- | 
|  | 66 | +Thank you for contributing! Please use a descriptive title and fill out this template to ensure a thorough review process. | 
|  | 67 | +
 | 
|  | 68 | +**Title Guidelines**: Be clear and succinct. Use the prefix [BREAKING CHANGE] for significant updates. | 
|  | 69 | +
 | 
|  | 70 | +--> | 
|  | 71 | + | 
|  | 72 | +## PR Description | 
|  | 73 | + | 
|  | 74 | +<!-- Briefly describe your changes, details will be provided in next section --> | 
|  | 75 | + | 
|  | 76 | +### Changes | 
|  | 77 | +<!-- | 
|  | 78 | +list the changes as per keepachangelog.com This **should** duplicate what you've updated in the changelog file.`. | 
|  | 79 | +
 | 
|  | 80 | +### Added | 
|  | 81 | +- New features. | 
|  | 82 | +### Changed | 
|  | 83 | +- Updates to existing functionality. | 
|  | 84 | +### Deprecated | 
|  | 85 | +- Features marked for removal. | 
|  | 86 | +### Security | 
|  | 87 | +- Security fixes. | 
|  | 88 | +### Fixed | 
|  | 89 | +- Bug fixes. | 
|  | 90 | +### Removed | 
|  | 91 | +- Removed features or code. | 
|  | 92 | +--> | 
|  | 93 | + | 
|  | 94 | +## Checklist | 
|  | 95 | + | 
|  | 96 | +- [ ] Single logical change. | 
|  | 97 | +- [ ] Changelog updated (Unreleased section as per keepachangelog.com). | 
|  | 98 | +- [ ] Build passes (`build.ps1 -ResolveDependency`). | 
|  | 99 | +- [ ] Documentation updated in `src/WikiSource`. | 
|  | 100 | +- [ ] Comment-based help in `.ps1` files. | 
|  | 101 | +- [ ] Unit and integration tests updated/added. | 
|  | 102 | + | 
|  | 103 | +<!-- Your contribution is appreciated! - Thank you-> | 
0 commit comments