File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11## Proposed changes
2- <!-- Include the Jira ticket number in square brackets as prefix, eg `FPAD-XXXX: Description of Change` -->
3-
4- ### What changed
5- <!-- Describe the changes in detail - the "what"-->
6-
7- ### Why did it change
8- <!-- Describe the reason these changes were made - the "why" -->
92
103### Issue tracking
114<!-- List any related Jira tickets or GitHub issues -->
12- <!-- List any related ADRs or RFCs -->
13- <!-- List any related PRs -->
145- [ FPAD-XXXX] ( https://govukverify.atlassian.net/browse/FPAD-XXXX )
15-
16- ## Testing
17- <!-- Please give an overview of how the changes were tested -->
18- <!-- Please specify if changes were tested locally and how, include evidence where relevant -->
19- <!-- Please specify if changes were deployed and tested in the AWS Account and how, include evidence where relevant -->
20-
21- ## Checklists
22- - [ ] Did not commit any not-required changes to the ` src/infra/**/samconfig.toml `
23- - [ ] Tested changes and included test evidence in the PR, if appropriate
24- - [ ] Included all required tags and other properties for any new resources in the SAM template
25- - [ ] Ensured that any new resources in the SAM Template follow appropriate naming conventions
26- - [ ] Ensured that naming of new resources is compatible with deploying multiple stacks with custom stack names during development
27- - [ ] Ensured that no log lines include PII or other sensitive data
28- - [ ] Implemented unit testing for any new logic implemented, if appropriate
29- - [ ] Ensured that all commits in this PR are signed
30- - [ ] Ensured appropriate code coverage is maintained by unit tests
31- - [ ] Checked SonarCube and ensured no code smells were added
You can’t perform that action at this time.
0 commit comments