|
| 1 | +<!-- |
| 2 | +Hey there,\ |
| 3 | +Thank you for taking the time to improve our code! 🙂\ |
| 4 | +Please let us know why this change is necessary and what testing you have performed. \ |
| 5 | +This ensures our reviewers understand the impact of your change. \ |
| 6 | +
|
| 7 | +**IMPORTANT** |
| 8 | +FAILING TO FILL OUT THIS TEMPLATE WILL RESULT IN REJECTION OF YOUR PULL REQUEST |
| 9 | +This is for compliance purposes with FedRAMP program. |
| 10 | +--> |
| 11 | + |
| 12 | +# COMPLETES #< INSERT LINK TO ISSUE > |
| 13 | + |
| 14 | +## This pull request addresses |
| 15 | + |
| 16 | +< DESCRIBE THE CONTEXT OF THE ISSUE > |
| 17 | + |
| 18 | +## by making the following changes |
| 19 | + |
| 20 | +< DESCRIBE YOUR CHANGES > |
| 21 | + |
| 22 | +<!-- You may include screenshots --> |
| 23 | + |
| 24 | +### Change Type |
| 25 | + |
| 26 | +<!--- What types of changes does your code introduce? Put an `x` in all the boxes that apply: --> |
| 27 | + |
| 28 | +- [ ] Bug fix (non-breaking change which fixes an issue) |
| 29 | +- [ ] New feature (non-breaking change which adds functionality) |
| 30 | +- [ ] Breaking change (fix or feature that would cause existing functionality to change) |
| 31 | +- [ ] Documentation update |
| 32 | +- [ ] Tooling change |
| 33 | +- [ ] Internal code refactor |
| 34 | + |
| 35 | +## The following scenarios were tested |
| 36 | + |
| 37 | +- [ ] The testing is done with the amplify link |
| 38 | +< ENUMERATE TESTS PERFORMED, WHETHER MANUAL OR AUTOMATED > |
| 39 | + |
| 40 | +## The GAI Coding Policy And Copyright Annotation Best Practices ## |
| 41 | + |
| 42 | +<!-- **MANDATORY** If Yes, Mention the GAI Coding Policy Copyright Annotation Best Practices followed separated by a comma below the yes checkbox --> |
| 43 | + |
| 44 | +- [ ] GAI was not used (or, no additional notation is required) |
| 45 | +- [ ] Code was generated entirely by GAI |
| 46 | +- [ ] GAI was used to create a draft that was subsequently customized or modified |
| 47 | +- [ ] Coder created a draft manually that was non-substantively modified by GAI (e.g., refactoring was performed by GAI on manually written code) |
| 48 | +- [ ] Tool used for AI assistance (GitHub Copilot / Other - specify) |
| 49 | + - [ ] Github Copilot |
| 50 | + - [ ] Other - Please Specify |
| 51 | +- [ ] This PR is related to |
| 52 | + - [ ] Feature |
| 53 | + - [ ] Defect fix |
| 54 | + - [ ] Tech Debt |
| 55 | + - [ ] Automation |
| 56 | + |
| 57 | +### Checklist before merging |
| 58 | + |
| 59 | +- [ ] I have not skipped any automated checks |
| 60 | +- [ ] All existing and new tests passed |
| 61 | +- [ ] I have updated the testing document |
| 62 | + |
| 63 | +--- |
0 commit comments