Skip to content

Commit 5da5c60

Browse files
chore(automation): update PR template to include closes command (#7173)
chore: update PR template Co-authored-by: Leandro Damascena <[email protected]>
1 parent 4c67ec2 commit 5da5c60

File tree

1 file changed

+10
-22
lines changed

1 file changed

+10
-22
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

0 commit comments

Comments
 (0)