diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index a8980fc..1588807 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -21,3 +21,15 @@ go run github.com/homeport/termshot/cmd/termshot@v0.6.1 -c -f ~/screenshot.png - - [ ] Run `make gen/screenshot` if the root command output changes. - [ ] Add the `Autocomplete` field to **positional arguments** and **flags** to assist shell autocomplete. - [ ] Run `changie new` to prepare a new changelog entry for the next set of release notes. + +## PCI review checklist + + + +- [ ] I have documented a clear reason for, and description of, the change I am making. + +- [ ] If applicable, I've documented a plan to revert these changes if they require more than reverting the pull request. + +- [ ] If applicable, I've documented the impact of any changes to security controls. + + Examples of changes to security controls include using new access control methods, adding or removing logging pipelines, etc.