You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: clarify what we expect from PR body a bit more (#34553)
Call out that we'd like a bit more text from the PR body.
----
*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
Copy file name to clipboardExpand all lines: .github/PULL_REQUEST_TEMPLATE.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,18 +10,19 @@ Closes #<issue number here>.
10
10
11
11
<!--
12
12
What code changes did you make?
13
-
Have you made any important design decisions?
14
-
What AWS use cases does this change enable? To enable the use cases, which AWS service features are utilized?
13
+
Why do these changes address the issue?
14
+
What alternatives did you consider and reject?
15
+
What design decisions have you made?
15
16
-->
16
17
17
18
### Describe any new or updated permissions being added
18
19
19
-
<!-- What new or updated IAM permissions are needed to support the changes being introduced? -->
20
+
<!-- What new or updated IAM permissions are needed to support the changes being introduced? -->
20
21
21
22
22
23
### Description of how you validated changes
23
24
24
-
<!--Have you added any unit tests and/or integration tests?-->
25
+
<!--Have you added any unit tests and/or integration tests? Did you test by hand? -->
25
26
26
27
### Checklist
27
28
-[ ] 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)
0 commit comments