Skip to content

Commit 44b537e

Browse files
committed
chore(governance): refresh pull request template sections
1 parent 8c4eca0 commit 44b537e

File tree

1 file changed

+25
-10
lines changed

1 file changed

+25
-10
lines changed

.github/PULL_REQUEST_TEMPLATE.md

+25-10
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,40 @@
1-
**Issue #, if available:**
1+
**Issue number:**
22

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

5-
<!--- One or two sentences as a summary of what's being changed -->
5+
### Changes
66

7-
**Checklist**
7+
> Please provide a summary of what's being changed
88
9-
<!--- Leave unchecked if your change doesn't seem to apply -->
9+
### User experience
10+
11+
> Please share what the user experience looks like before and after this change
12+
13+
## Checklist
14+
15+
If your change doesn't seem to apply, please leave them unchecked.
1016

1117
* [ ] [Meet tenets criteria](https://awslabs.github.io/aws-lambda-powertools-python/#tenets)
12-
* [ ] Update tests
13-
* [ ] Update docs
18+
* [ ] I have performed a self-review of my this change
19+
* [ ] Changes are tested
20+
* [ ] Changes are documented
1421
* [ ] PR title follows [conventional commit semantics](https://github.com/awslabs/aws-lambda-powertools-python/blob/376ec0a2ac0d2a40e0af5717bef42ff84ca0d1b9/.github/semantic.yml#L2)
1522

16-
## Breaking change checklist
1723

18-
<!--- Ignore if it's not a breaking change -->
24+
<details>
25+
<summary>Is this a breaking change?</summary>
26+
27+
**RFC issue number**:
1928

20-
**RFC issue #**:
29+
Checklist:
2130

2231
* [ ] Migration process documented
2332
* [ ] Implement warnings (if it can live side by side)
2433

34+
</details>
35+
36+
## Acknowledgment
37+
2538
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
39+
40+
**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)