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
+7-7
Original file line number
Diff line number
Diff line change
@@ -22,17 +22,17 @@ When filing an issue, please check [existing open](https://github.com/aws-soluti
22
22
Contributions via pull requests are much appreciated. Before sending us a pull request, please ensure that:
23
23
24
24
1. You are working against the latest source on the _main_ branch.
25
-
2. You check existing open, and recently merged, pull requests to make sure someone else hasn't addressed the problem already.
26
-
3. You open an issue to discuss any significant work - we would hate for your time to be wasted.
25
+
1. You check existing open, and recently merged, pull requests to make sure someone else hasn't addressed the problem already.
26
+
1. You open an issue to discuss any significant work - we would hate for your time to be wasted.
27
27
28
28
To send us a pull request, please:
29
29
30
30
1. Fork the repository.
31
-
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.
32
-
3. Ensure local tests pass.
33
-
4. Commit to your fork using clear commit messages.
34
-
5. Send us a pull request, answering any default questions in the pull request interface.
35
-
6. Pay attention to any automated CI failures reported in the pull request, and stay involved in the conversation.
31
+
1. 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.
32
+
1. Ensure local tests pass.
33
+
1. Commit to your fork using clear commit messages.
34
+
1. Send us a pull request, answering any default questions in the pull request interface.
35
+
1. Pay attention to any automated CI failures reported in the pull request, and stay involved in the conversation.
36
36
37
37
GitHub provides additional document on [forking a repository](https://help.github.com/articles/fork-a-repo/) and [creating a pull request](https://help.github.com/articles/creating-a-pull-request/).
0 commit comments