diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 002359c91..7909985cc 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -12,9 +12,12 @@ Change to [x] for each task in the task list that applies to this PR. **This Pull Request (PR) fixes the following issues:** +This fixes # + **Task list:** -- [] Change details added to Unreleased section of README.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? + +- [ ] Change details added to Unreleased section of README.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?