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
{{ message }}
This repository was archived by the owner on Jun 15, 2023. It is now read-only.
Copy file name to clipboardexpand all lines: CONTRIBUTING.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -25,13 +25,13 @@ We look forward to receiving your pull requests for:
25
25
To contribute, send us a pull request. For small changes, such as fixing a typo or adding a link, you can use the [GitHub Edit Button](https://blog.github.com/2011-04-26-forking-with-the-edit-button/). For larger changes:
26
26
27
27
1.[Fork the repository](https://help.github.com/articles/fork-a-repo/).
28
-
2. In your fork, make your change in a branch that's based on this repo's **master** branch.
28
+
2. In your fork, make your change in a branch that's based on this repo's **main** branch.
29
29
3. Commit the change to your fork, using a clear and descriptive commit message.
30
30
4.[Create a pull request](https://help.github.com/articles/creating-a-pull-request-from-a-fork/), answering any questions in the pull request form.
31
31
32
32
Before you send us a pull request, please be sure that:
33
33
34
-
1. You're working from the latest source on the **master** branch.
34
+
1. You're working from the latest source on the **main** branch.
35
35
2. You check [existing open](https://github.com/awsdocs/aws-php-developer-guide/pulls), and [recently closed](https://github.com/awsdocs/aws-php-developer-guide/pulls?q=is%3Apr+is%3Aclosed), pull requests to be sure that someone else hasn't already addressed the problem.
36
36
3. You [create an issue](https://github.com/awsdocs/aws-php-developer-guide/issues/new) before working on a contribution that will take a significant amount of your time.
37
37
@@ -53,4 +53,4 @@ If you discover a potential security issue, please notify AWS Security via our [
53
53
54
54
## Licensing
55
55
56
-
See the [LICENSE](https://github.com/awsdocs/aws-php-developer-guide/blob/master/LICENSE) file for this project's licensing. We will ask you to confirm the licensing of your contribution. We may ask you to sign a [Contributor License Agreement (CLA)](http://en.wikipedia.org/wiki/Contributor_License_Agreement) for larger changes.
56
+
See the [LICENSE](LICENSE) file for this project's licensing. We will ask you to confirm the licensing of your contribution. We may ask you to sign a [Contributor License Agreement (CLA)](http://en.wikipedia.org/wiki/Contributor_License_Agreement) for larger changes.
0 commit comments