|
1 |
| -**Issue #, if available:** |
| 1 | +<!--- 1. Make sure you follow our Contributing Guidelines: https://github.com/awslabs/aws-lambda-powertools-typescript/blob/main/CONTRIBUTING.md --> |
| 2 | +<!--- 2. Please follow the template, and do not remove any section in the template. If something is not applicable leave it empty, but leave it in the PR. --> |
2 | 3 |
|
3 |
| -## Description of changes: |
| 4 | +## Description of your changes |
4 | 5 |
|
5 |
| -<!--- One or two sentences as a summary of what's being changed --> |
| 6 | +<!--- Include here a summary of the change. --> |
6 | 7 |
|
7 |
| -**Checklist** |
| 8 | +<!--- Please include also relevant motivation and context. --> |
8 | 9 |
|
9 |
| -<!--- Leave unchecked if your change doesn't seem to apply --> |
| 10 | +<!--- List any dependencies that are required for this change. --> |
10 | 11 |
|
11 |
| -* [ ] [Meet tenets criteria](https://awslabs.github.io/aws-lambda-powertools-typescript/#tenets) |
12 |
| -* [ ] Update tests |
13 |
| -* [ ] Update docs |
14 |
| -* [ ] PR title follows [conventional commit semantics](https://github.com/awslabs/aws-lambda-powertools-typescript/blob/main/.github/semantic.yml#L2) |
| 12 | +<!--- If this PR is part of a sequence of related PRs or TODOs, list the high level TODO items. --> |
15 | 13 |
|
16 |
| -## Breaking change checklist |
| 14 | +### How to verify this change |
17 | 15 |
|
18 |
| -<!--- Ignore if it's not a breaking change --> |
| 16 | +<!--- Add any applicable config, projects, screenshots or other resources --> |
| 17 | +<!--- that can help us verify your changes. --> |
19 | 18 |
|
20 |
| -**RFC issue #**: |
| 19 | +<!--- Examples: --> |
| 20 | +<!--- Screenshots, cloud configuration, anything helping us evaluate better. --> |
21 | 21 |
|
22 |
| -* [ ] Migration process documented |
23 |
| -* [ ] Implement warnings (if it can live side by side) |
| 22 | +### Related issues, RFCs |
| 23 | + |
| 24 | +<!--- Add here the link to one or more Github Issues or RFCs that are related to this PR. --> |
| 25 | +[#XXXXX](https://github.com/awslabs/aws-lambda-powertools-typescript/issues/XXXXX) |
| 26 | +[#ZZZZZ](https://github.com/awslabs/aws-lambda-powertools-typescript/issues/ZZZZZ) |
| 27 | + |
| 28 | +### PR status |
| 29 | + |
| 30 | +***Is this ready for review?:*** NO |
| 31 | +***Is it a breaking change?:*** NO |
| 32 | + |
| 33 | +## Checklist |
| 34 | + |
| 35 | +- [ ] [My changes meet the tenets criteria](https://awslabs.github.io/aws-lambda-powertools-python/#tenets) |
| 36 | +- [ ] I have performed a *self-review* of my own code |
| 37 | +- [ ] I have *commented* my code where necessary, particularly in areas that should be flagged with a TODO, or hard-to-understand areas |
| 38 | +- [ ] I have made corresponding changes to the *documentation* |
| 39 | +- [ ] My changes generate *no new warnings* |
| 40 | +- [ ] The *code coverage* hasn't decreased |
| 41 | +- [ ] I have *added tests* that prove my change is effective and works |
| 42 | +- [ ] New and existing *unit tests pass* locally and in Github Actions |
| 43 | +- [ ] Any *dependent changes have been merged and published* in downstream module |
| 44 | +- [ ] The PR title follows the [conventional commit semantics](https://github.com/awslabs/aws-lambda-powertools-typescript/blob/main/.github/semantic.yml#L2) |
| 45 | + |
| 46 | +### Breaking change checklist |
| 47 | + |
| 48 | +- [ ] I have documented the migration process |
| 49 | +- [ ] I have added, implemented necessary warnings (if it can live side by side) |
| 50 | + |
| 51 | +--- |
24 | 52 |
|
25 | 53 | By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
|
0 commit comments