From d353aee82310cec45f7363dfa5863b90a91df70d Mon Sep 17 00:00:00 2001 From: "compliance-pr-automation[bot]" <1425255+compliance-pr-automation-bot[bot]@users.noreply.github.com> Date: Wed, 27 Aug 2025 10:17:03 +0000 Subject: [PATCH] [Compliance] - PR Template Changes Required --- .github/pull_request_template.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 00000000000..755d9ac6e4f --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,11 @@ +## 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.