Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 35 additions & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -64,4 +65,37 @@ continuing. -->

Fixes #

<!-- PLEASE REMOVE ALL COMMENTS BEFORE SUBMITTING -->
## Reason for Draft Status

<!-- If your PR is not ready for review in it's current state, please open it as a Draft and provide further details here. -->

N/A

<!-- PLEASE REMOVE ALL COMMENTS ABOVE BEFORE SUBMITTING -->

<!-- PLEASE DO NOT CHANGE ANYTHING BELOW -->

## 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.