diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 618be2cbf6..11cdac1727 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -6,26 +6,28 @@ - [ ] Changes comply with the [maintainer guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md). - [ ] SHA512s are updated for each updated download. -- [ ] The "supports" clause reflects platforms that may be fixed by this new version. -- [ ] Any fixed [CI baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt) entries are removed from that file. -- [ ] Any patches that are no longer applied are deleted from the port's directory. +- [ ] The "supports" clause reflects platforms that may be fixed by this new version, or no changes were necessary. +- [ ] Any fixed [CI baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt) and [CI feature baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.feature.baseline.txt) entries are removed from that file, or no entries needed to be changed. +- [ ] All patch files in the port are applied and succeed. - [ ] The version database is fixed by rerunning `./vcpkg x-add-version --all` and committing the result. -- [ ] Only one version is added to each modified port's versions file. +- [ ] Exactly one version is added in each modified versions file. END OF PORT UPDATE CHECKLIST (delete this line) -->