From 03138f07d12041f9dc3e4107682025d0c8ce78b9 Mon Sep 17 00:00:00 2001 From: Cory Knox Date: Thu, 28 Nov 2024 13:16:09 -0800 Subject: [PATCH 1/2] (#41) Add office use only section to PR template This commit adds to the PR template to include some "office use only" sections. These sections are intended for Chocolatey team members to ensure we cover our bases with our PRs. This also adds a section to allow explanation for a Draft PR, so we don't need to go looking through the PR to understand why it's in a draft state. --- .github/PULL_REQUEST_TEMPLATE.md | 35 +++++++++++++++++++++++++++++++- 1 file changed, 34 insertions(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 5a2d62a..2ad8d18 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -64,4 +64,37 @@ continuing. --> Fixes # - +## Reason for Draft Status + + + +N/A + + + + + +## Chocolatey Team Pre-merge Checklist + +This section is for Chocolatey team members to validate things prior to merge. Each section should have only one option selected. Any option marked with `(*)` should have an individual comment with further details. + +### Corresponding Product Changes + +* [ ] This PR affects other Chocolatey products that may need corresponding changes. (eg: Chocolatey GUI, Chocolatey Licensed Extension) +* [ ] This PR does not affect other Chocolatey products that may need corresponding changes. (eg: Chocolatey GUI, Chocolatey Licensed Extension) + +### Milestone Tracking + +* [ ] This PR is attached to an issue that is attached to a milestone. +* [ ] This PR is not attached to an issue, so it has been attached to a milestone. +* [ ] This PR does not need to be attached to a milestone. (*) + +### Inter-branch Porting + +* [ ] This PR affects changes that will need to be ported to other branches. (*) +* [ ] This PR does not affect changes that will need to be ported to other branches. + +#### Pester Test Specifics + +* [ ] This PR affects Pester tests unrelated to Chocolatey CLI changes that need to be ported to the `master` branch. +* [ ] This PR affects Pester tests due to build changes and needs to be ported to both `master` and `support` branches. From 5e731191e8d1affdc34e95ac7d776a0268348371 Mon Sep 17 00:00:00 2001 From: Cory Knox Date: Thu, 18 Sep 2025 11:49:29 -0700 Subject: [PATCH 2/2] (#41) Add a Pester tests change type --- .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 2ad8d18..3f65826 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -48,6 +48,7 @@ Please remove all comments before submitting. * [ ] Feature / Enhancement (non-breaking change). * [ ] Breaking change (fix or feature that could cause existing functionality to change). * [ ] Documentation changes. +* [ ] Pester Test changes. * [ ] PowerShell code changes. ## Change Checklist