Skip to content

Commit 975c12d

Browse files
Merge branch 'develop' into dependabot/npm_and_yarn/develop/aws-cdk-2.1025.0
2 parents 4f18824 + 8bbdf80 commit 975c12d

File tree

5 files changed

+18
-29
lines changed

5 files changed

+18
-29
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 10 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!-- markdownlint-disable MD041 MD043 -->
2-
**Issue number:**
2+
**Issue number:** closes #<replace with issue number>
33

44
## Summary
55

@@ -11,29 +11,17 @@
1111

1212
> Please share what the user experience looks like before and after this change
1313
14-
## Checklist
14+
<!-------
15+
Before creating the pull request, please make sure you do the following:
1516
16-
If your change doesn't seem to apply, please leave them unchecked.
17+
- Read the Contributing Guidelines at https://github.com/aws-powertools/powertools-lambda-python/blob/main/CONTRIBUTING.md#sending-a-pull-request
18+
- 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
19+
- Check that the change meets the project's tenets https://docs.powertools.aws.dev/lambda/python/latest/#tenets
20+
- Add a PR title that follows the conventional commit semantics - https://github.com/aws-powertools/powertools-lambda-python/blob/develop/.github/semantic.yml
21+
- If relevant, add tests that prove that the change is effective and works
22+
------->
1723

18-
* [ ] [Meet tenets criteria](https://docs.powertools.aws.dev/lambda/python/#tenets)
19-
* [ ] I have performed a self-review of this change
20-
* [ ] Changes have been tested
21-
* [ ] Changes are documented
22-
* [ ] PR title follows [conventional commit semantics](https://github.com/aws-powertools/powertools-lambda-python/blob/develop/.github/semantic.yml)
23-
24-
<details>
25-
<summary>Is this a breaking change?</summary>
26-
27-
**RFC issue number**:
28-
29-
Checklist:
30-
31-
* [ ] Migration process documented
32-
* [ ] Implement warnings (if it can live side by side)
33-
34-
</details>
35-
36-
## Acknowledgment
24+
---
3725

3826
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
3927

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Exposes version constant to avoid circular dependencies."""
22

3-
VERSION = "3.19.1a0"
3+
VERSION = "3.19.1a1"

poetry.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)