Skip to content

Commit ef2a169

Browse files
committed
feat: add pull request template #33
1 parent 376ec0a commit ef2a169

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

Diff for: .github/PULL_REQUEST_TEMPLATE.md

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
**Issue #, if available:**
2+
3+
## Description of changes:
4+
5+
> One or two sentences as a summary of what's being changed
6+
7+
* [ ] [Meet tenets criteria](https://awslabs.github.io/aws-lambda-powertools-python/#tenets)
8+
* [ ] Update tests
9+
* [ ] Update docs
10+
* [ ] PR title follows [conventional commit semantics](https://github.com/awslabs/aws-lambda-powertools-python/blob/376ec0a2ac0d2a40e0af5717bef42ff84ca0d1b9/.github/semantic.yml#L2)
11+
12+
## Breaking change checklist
13+
14+
> Ignore if it's not a breaking change
15+
16+
**RFC issue #**:
17+
18+
* [ ] Migration process documented
19+
* [ ] Implement warnings (if it can live side by side)
20+
21+
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

0 commit comments

Comments
 (0)