|
1 |
| -<!--- |
2 |
| -Instructions: |
3 |
| -1. Make sure you follow our Contributing Guidelines: https://github.com/aws-powertools/powertools-lambda-typescript/blob/main/CONTRIBUTING.md |
4 |
| -2. Please follow the template, and do not remove any section/item. If something is not applicable leave it empty, but leave it in the PR. |
5 |
| -3. --> |
| 1 | +## Summary |
6 | 2 |
|
7 |
| -## Description of your changes |
| 3 | +### Changes |
8 | 4 |
|
9 |
| -<!--- |
10 |
| -Include here a summary of the change. |
| 5 | +> Please provide a summary of what's being changed |
11 | 6 |
|
12 |
| -Please include also relevant motivation and context. |
| 7 | +<!-- What is this PR solving? Write a clear description or reference the issue(s) it addresses. --> |
13 | 8 |
|
14 |
| -Add any applicable code snippets, links, screenshots, or other resources |
15 |
| -that can help us verify your changes. |
16 |
| ---> |
| 9 | +> Please add the issue number below, if no issue is present the PR might get blocked and not be reviewed |
17 | 10 |
|
18 |
| -### Related issues, RFCs |
19 |
| - |
20 |
| -<!--- |
21 |
| -Add here the number (i.e. #42) to the Github Issue or RFC that is related to this PR. |
22 |
| -
|
23 |
| -Don't include any other text, otherwise the Github Issue will not be detected. |
24 |
| -
|
25 |
| -Note: If no issue is present the PR might get blocked and not be reviewed. |
26 |
| ---> |
27 | 11 | **Issue number:**
|
28 | 12 |
|
29 |
| -## Checklist |
30 |
| - |
31 |
| -- [ ] [My changes meet the tenets criteria](https://docs.powertools.aws.dev/lambda/typescript/#tenets) |
32 |
| -- [ ] I have performed a *self-review* of my own code |
33 |
| -- [ ] I have *commented* my code where necessary, particularly in areas that should be flagged with a TODO, or hard-to-understand areas |
34 |
| -- [ ] I have made corresponding changes to the *documentation* |
35 |
| -- [ ] My changes generate *no new warnings* |
36 |
| -- [ ] I have *added tests* that prove my change is effective and works |
37 |
| -- [ ] The PR title follows the [conventional commit semantics](https://github.com/aws-powertools/powertools-lambda-typescript/blob/main/.github/semantic.yml#L2) |
38 |
| - |
39 |
| -### Breaking change checklist |
40 |
| - |
41 |
| -***Is it a breaking change?:*** NO |
| 13 | +<!------- |
| 14 | +Before creating the pull request, please make sure you do the following: |
42 | 15 |
|
43 |
| -- [ ] I have documented the migration process |
44 |
| -- [ ] I have added, implemented necessary warnings (if it can live side by side) |
| 16 | +- Read the Contributing Guidelines at https://github.com/aws-powertools/powertools-lambda-typescript/blob/main/CONTRIBUTING.md#sending-a-pull-request |
| 17 | +- Check that there isn't already a PR that addresses the same issue. If you find a duplicate, please leave a comment under the existing PR so we can discuss how to move forward |
| 18 | +- Check that the change meets the project's tenets https://docs.powertools.aws.dev/lambda/typescript/latest/#tenets |
| 19 | +- Add a PR title that follows the conventional commit semantics - https://github.com/aws-powertools/powertools-lambda-typescript/blob/main/.github/semantic.yml#L2 |
| 20 | +- If relevant, add tests that prove that the change is effective and works |
| 21 | +- Whenever relevant, make sure to comment functions/methods/types and make appropriate changes to the documentation |
| 22 | +-------> |
45 | 23 |
|
46 | 24 | ---
|
47 | 25 |
|
48 | 26 | By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
|
49 | 27 |
|
50 |
| -**Disclaimer**: We value your time and bandwidth. As such, any pull requests created on non-triaged issues might not be successful. |
| 28 | +**Disclaimer**: We value your time and bandwidth. As such, any pull requests created on non-triaged issues might not be successful. |
0 commit comments