|
1 |
| -**Issue #, if available:** |
| 1 | +## Summary |
2 | 2 |
|
3 |
| -## Description of changes: |
| 3 | +### Changes |
4 | 4 |
|
5 |
| -<!--- One or two sentences as a summary of what's being changed --> |
| 5 | +> Please provide a summary of what's being changed |
6 | 6 |
|
7 |
| -**Checklist** |
| 7 | +<!-- What is this PR solving? Write a clear description or reference the issue(s) it addresses. --> |
8 | 8 |
|
9 |
| -<!--- Leave unchecked if your change doesn't seem to apply --> |
| 9 | +> Please add the issue number below, if no issue is present the PR might get blocked and not be reviewed |
10 | 10 |
|
11 |
| -* [ ] [Meet tenets criteria](https://docs.powertools.aws.dev/lambda-java/#tenets) |
12 |
| -* [ ] Update tests |
13 |
| -* [ ] Update docs |
14 |
| -* [ ] PR title follows [conventional commit semantics](https://www.conventionalcommits.org/en/v1.0.0/) |
| 11 | +**Issue number:** |
15 | 12 |
|
16 |
| -## Breaking change checklist |
| 13 | +<!------- |
| 14 | +Before creating the pull request, please make sure you do the following: |
17 | 15 |
|
18 |
| -<!--- Ignore if it's not a breaking change --> |
| 16 | +- Read the Contributing Guidelines at https://github.com/aws-powertools/powertools-lambda-java/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/java/#tenets |
| 19 | +- Add a PR title that follows the conventional commit semantics - https://www.conventionalcommits.org/en/v1.0.0/ |
| 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 | +-------> |
19 | 23 |
|
20 |
| -**RFC issue #**: |
21 |
| - |
22 |
| -* [ ] Migration process documented |
23 |
| -* [ ] Implement warnings (if it can live side by side) |
| 24 | +--- |
24 | 25 |
|
25 | 26 | By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
|
| 27 | + |
| 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