From 1fde879f295b0d077e4d9d1c004e0c733bff3e73 Mon Sep 17 00:00:00 2001 From: Steve Lee Date: Wed, 20 May 2026 09:48:30 -0700 Subject: [PATCH] Update PR template to ensure folks have discussed new functionality as an issue first --- .github/PULL_REQUEST_TEMPLATE.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 27089847987..c73fbde2756 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -10,6 +10,7 @@ ## PR Checklist + [ ] If changing functionality, the proposed change has been discussed in an issue and approved by a [Working Group](https://github.com/PowerShell/PowerShell/blob/master/docs/community/working-group.md). See the [contributing guidelines](https://github.com/PowerShell/PowerShell/blob/master/.github/CONTRIBUTING.md) for more details. - [ ] [PR has a meaningful title](https://github.com/PowerShell/PowerShell/blob/master/.github/CONTRIBUTING.md#pull-request---submission) - Use the present tense and imperative mood when describing your changes - [ ] [Summarized changes](https://github.com/PowerShell/PowerShell/blob/master/.github/CONTRIBUTING.md#pull-request---submission)