diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index aa113bb..51bb5f7 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -18,3 +18,15 @@ How was this change implemented? [Example](https://github.com/hashicorp/vault/commit/2715f5cec982aabc7b7a6ae878c547f6f475bba6) [ ] Add output for any tests not ran in CI to the PR description (eg, acceptance tests) [ ] Backwards compatible + +## 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.