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
Copy file name to clipboardExpand all lines: .github/PULL_REQUEST_TEMPLATE.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@
32
32
33
33
## Checklist
34
34
35
-
-[ ][My changes meet the tenets criteria](https://awslabs.github.io/aws-lambda-powertools-python/#tenets)
35
+
-[ ][My changes meet the tenets criteria](https://awslabs.github.io/aws-lambda-powertools-typescript/#tenets)
36
36
-[ ] I have performed a *self-review* of my own code
37
37
-[ ] I have *commented* my code where necessary, particularly in areas that should be flagged with a TODO, or hard-to-understand areas
38
38
-[ ] I have made corresponding changes to the *documentation*
@@ -41,7 +41,7 @@
41
41
-[ ] The *code coverage* hasn't decreased
42
42
-[ ] I have *added tests* that prove my change is effective and works
43
43
-[ ] New and existing *unit tests pass* locally and in Github Actions
44
-
-[ ] Any *dependent changes have been merged and published* in downstream module
44
+
-[ ] Any *dependent changes have been merged and published*
45
45
-[ ] The PR title follows the [conventional commit semantics](https://github.com/awslabs/aws-lambda-powertools-typescript/blob/main/.github/semantic.yml#L2)
0 commit comments