Skip to content

Commit 1a81f85

Browse files
authored
chore: add breaking changes to end of PR template (#28941)
### Reason for this change We require breaking changes to be listed at the end of the PR description (see [here](https://github.com/aws/aws-cdk/blob/b32f47cfd65a5288e7bc2cc5a8a1f8e5f59032f8/CONTRIBUTING.md?plain=1#L620)), adding it to the template makes it easier for contributors to adhere to this ### Description of changes Add breaking changes format to end of PR template ### Description of how you validated changes n/a ### Checklist - [ ] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md) ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1 parent 305dae0 commit 1a81f85

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,14 @@ Closes #<issue number here>.
1717
### Checklist
1818
- [ ] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md)
1919

20+
<!--Does this PR includes breaking changes? If it does, list them here in the following format (notice how multiple breaking changes should be formatted):
21+
22+
```
23+
BREAKING CHANGE: Description of the breaking change, the previous behaviour, and the new behaviour.
24+
* **module-name:** Another breaking change
25+
* **module-name:** Yet another breaking change
26+
```
27+
-->
2028
----
2129

2230
*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*

0 commit comments

Comments
 (0)