Skip to content

Commit 16d543e

Browse files
authored
Add PCI review checklist to PR template (#2912)
1 parent 79dee17 commit 16d543e

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

.github/pull_request_template.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,22 @@ Figma file: [if it applies]
2020

2121
***
2222

23-
### 👀 Component checklist
23+
### :eyes: Component checklist
2424

2525
- [ ] Percy was checked for any visual regression
2626
- [ ] A changelog entry was added via [Changesets](https://github.com/changesets/changesets) if needed (see [templates here](https://hashicorp.atlassian.net/wiki/spaces/HDS/pages/3243114706/Changelog+authoring+best+practices#Templates))
2727

2828
:speech_balloon: Please consider using [conventional comments](https://conventionalcomments.org/) when reviewing this PR.
29+
30+
<details>
31+
32+
<summary>:clipboard: PCI review checklist</summary>
33+
34+
<!-- heimdall_github_prtemplate:grc-pci_dss-2024-01-05 -->
35+
- [ ] If applicable, I've documented a plan to revert these changes if they require more than reverting the pull request.
36+
- [ ] If applicable, I've worked with GRC to document the impact of any changes to security controls.
37+
Examples of changes to controls include access controls, encryption, logging, etc.
38+
- [ ] If applicable, I've worked with GRC to ensure compliance due to a significant change to the in-scope PCI environment.
39+
Examples include changes to operating systems, ports, protocols, services, cryptography-related components, PII processing code, etc.
40+
41+
</details>

0 commit comments

Comments
 (0)