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: CONTRIBUTING.md
+5-4
Original file line number
Diff line number
Diff line change
@@ -31,10 +31,11 @@ To send us a pull request, please:
31
31
32
32
1. Fork the repository.
33
33
2. Modify the source; please focus on the specific change you are contributing. If you also reformat all the code, it will be hard for us to focus on your change.
34
-
3. Ensure local tests pass.
35
-
4. Commit to your fork using clear commit messages.
36
-
5. Send us a pull request, answering any default questions in the pull request interface.
37
-
6. Pay attention to any automated CI failures reported in the pull request, and stay involved in the conversation.
34
+
3. Ensure local tests pass: `mvn clean test`
35
+
4. Ensure your code is formatted with the provided [checkstyle.xml](https://github.com/aws-powertools/powertools-lambda-java/blob/main/checkstyle.xml): `mvn clean verify`
36
+
5. Commit to your fork using clear commit messages.
37
+
6. Send us a pull request, answering any default questions in the pull request interface.
38
+
7. Pay attention to any automated CI failures reported in the pull request, and stay involved in the conversation.
38
39
39
40
GitHub provides additional document on [forking a repository](https://help.github.com/articles/fork-a-repo/) and
40
41
[creating a pull request](https://help.github.com/articles/creating-a-pull-request/).
If you think you’ve found a potential security issue, please do not post it in the Issues. Instead, please follow the instructions [here](https://aws.amazon.com/security/vulnerability-reporting/) or [email AWS security directly](mailto:[email protected]).
208
+
200
209
## License
201
210
202
211
This library is licensed under the Apache License, Version 2.0. See the LICENSE file.
Copy file name to clipboardExpand all lines: examples/powertools-examples-cloudformation/infra/cdk/src/main/java/com/myorg/PowertoolsExamplesCloudformationCdkApp.java
+3-2
Original file line number
Diff line number
Diff line change
@@ -7,8 +7,9 @@ public class PowertoolsExamplesCloudformationCdkApp {
// Get the physicalResourceId. physicalResourceId is the value returned to CloudFormation in the Create request, and passed in on subsequent requests (e.g. UPDATE or DELETE)
0 commit comments