Skip to content

Commit 876ba73

Browse files
authored
chore: refresh contributing guide to reference the main branch which is the default branch now (#146)
The default branch was renamed to `main`, but our contributing guide is stale.
1 parent 17af174 commit 876ba73

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Contributions via pull requests are much appreciated.
4242

4343
Before sending us a pull request, please ensure that:
4444

45-
* You are working against the latest source on the *master* branch.
45+
* You are working against the latest source on the *main* branch.
4646
* You check the existing open and recently merged pull requests to make sure someone else hasn't already addressed the problem.
4747
* You open an issue to discuss any significant work - we would hate for your time to be wasted.
4848

@@ -182,6 +182,6 @@ If you discover a potential security issue in this project we ask that you notif
182182
183183
## Licensing
184184
185-
See the [LICENSE](https://github.com/aws/aws-step-functions-data-science-sdk-python/blob/master/LICENSE) file for our project's licensing. We will ask you to confirm the licensing of your contribution.
185+
See the [LICENSE](https://github.com/aws/aws-step-functions-data-science-sdk-python/blob/main/LICENSE) file for our project's licensing. We will ask you to confirm the licensing of your contribution.
186186

187187
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

Comments
 (0)