From faacb0f324388480140c6d4f6f4213c97978502d Mon Sep 17 00:00:00 2001 From: Vignesh Jayabalan <139204855+vignesh-jayabalan@users.noreply.github.com> Date: Sun, 29 Jun 2025 18:15:32 +0530 Subject: [PATCH] TFECO-9434: Create PCI template --- .github/pull_request_template.md | 6 ++++++ 1 file changed, 6 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 0000000..118d9c4 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,6 @@ +## 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.