Skip to content

Commit 448c92c

Browse files
authored
chore: update PR template
1 parent b587752 commit 448c92c

File tree

1 file changed

+18
-15
lines changed

1 file changed

+18
-15
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 18 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,28 @@
1-
**Issue #, if available:**
1+
## Summary
22

3-
## Description of changes:
3+
### Changes
44

5-
<!--- One or two sentences as a summary of what's being changed -->
5+
> Please provide a summary of what's being changed
66
7-
**Checklist**
7+
<!-- What is this PR solving? Write a clear description or reference the issue(s) it addresses. -->
88

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
1010
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:**
1512

16-
## Breaking change checklist
13+
<!-------
14+
Before creating the pull request, please make sure you do the following:
1715
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+
------->
1923

20-
**RFC issue #**:
21-
22-
* [ ] Migration process documented
23-
* [ ] Implement warnings (if it can live side by side)
24+
---
2425

2526
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

Comments
 (0)