From 2a508dc37018ef660e28e47e88f977904227c968 Mon Sep 17 00:00:00 2001 From: rculpepper Date: Tue, 24 Jun 2025 17:13:05 -0400 Subject: [PATCH 1/2] add pci pr template --- .github/pull_request_template.md | 13 +++++++++++++ 1 file changed, 13 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 00000000..e5520fc4 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,13 @@ +## 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. + +If you have any questions, please contact your direct supervisor, GRC (#team-grc), or the PCI working group (#proj-pci-reboot). You can also find more information at [PCI Compliance](https://hashicorp.atlassian.net/wiki/spaces/SEC/pages/2784559202/PCI+Compliance). \ No newline at end of file From f7f4808863ee8c9e8ae58f9bf6364f0ed96b45d8 Mon Sep 17 00:00:00 2001 From: rculpepper Date: Tue, 24 Jun 2025 17:19:09 -0400 Subject: [PATCH 2/2] use public template --- .github/pull_request_template.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index e5520fc4..8cb6760b 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -8,6 +8,4 @@ - [ ] 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. - -If you have any questions, please contact your direct supervisor, GRC (#team-grc), or the PCI working group (#proj-pci-reboot). You can also find more information at [PCI Compliance](https://hashicorp.atlassian.net/wiki/spaces/SEC/pages/2784559202/PCI+Compliance). \ No newline at end of file + Examples of changes to security controls include using new access control methods, adding or removing logging pipelines, etc. \ No newline at end of file