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
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,9 +10,9 @@ _Put an `x` in the boxes that apply. You can also fill these out after creating
10
10
11
11
#### General
12
12
13
-
-[ ] I have read the [CONTRIBUTING](https://github.com/aws/sagemaker-experiments/blob/master/CONTRIBUTING.md) doc
14
-
-[ ] I used the commit message format described in [CONTRIBUTING](https://github.com/aws/sagemaker-experiments/blob/master/CONTRIBUTING.md#committing-your-change)
15
-
-[ ] I have updated any necessary documentation, including [READMEs](https://github.com/aws/sagemaker-experiments/blob/master/README.rst) and [API docs](https://github.com/aws/sagemaker-experiments/tree/master/doc) (if appropriate)
13
+
-[ ] I have read the [CONTRIBUTING](https://github.com/aws/sagemaker-experiments/blob/main/CONTRIBUTING.md) doc
14
+
-[ ] I used the commit message format described in [CONTRIBUTING](https://github.com/aws/sagemaker-experiments/blob/main/CONTRIBUTING.md#committing-your-change)
15
+
-[ ] I have updated any necessary documentation, including [READMEs](https://github.com/aws/sagemaker-experiments/blob/main/README.rst) and [API docs](https://github.com/aws/sagemaker-experiments/tree/main/doc) (if appropriate)
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@ reported the issue. Please try to include as much information as you can. Detail
39
39
## Contributing via Pull Requests
40
40
Contributions via pull requests are much appreciated. Before sending us a pull request, please ensure that:
41
41
42
-
1. You are working against the latest source on the *master* branch.
42
+
1. You are working against the latest source on the *main* branch.
43
43
2. You check existing open, and recently merged, pull requests to make sure someone else hasn't addressed the problem already.
44
44
3. You open an issue to discuss any significant work - we would hate for your time to be wasted.
45
45
@@ -91,7 +91,7 @@ You should only worry about manually running any new integration tests that you
91
91
92
92
1. Create a new git branch:
93
93
```shell
94
-
git checkout -b my-fix-branch master
94
+
git checkout -b my-fix-branch main
95
95
```
96
96
1. Make your changes, **including unit tests** and, if appropriate, integration tests.
97
97
1. Include unit tests when you contribute new features or make bug fixes, as they help to:
@@ -142,6 +142,6 @@ If you discover a potential security issue in this project we ask that you notif
142
142
143
143
## Licensing
144
144
145
-
See the [LICENSE](https://github.com/aws/amazon-sagemaker-experiment-tracking/blob/master/LICENSE) file for our project's licensing. We will ask you to confirm the licensing of your contribution.
145
+
See the [LICENSE](https://github.com/aws/sagemaker-experiments/blob/main/LICENSE) file for our project's licensing. We will ask you to confirm the licensing of your contribution.
146
146
147
147
We may ask you to sign a [Contributor License Agreement (CLA)](http://en.wikipedia.org/wiki/Contributor_License_Agreement) for larger changes.
For more examples, check out: `sagemaker-experiments <https://github.com/awslabs/amazon-sagemaker-examples/tree/master/sagemaker-experiments>`_ in `AWS Labs Amazon SageMaker Examples <https://github.com/awslabs/amazon-sagemaker-examples>`_.
171
+
For more examples, check out: `sagemaker-experiments <https://github.com/aws/amazon-sagemaker-examples/tree/master/sagemaker-experiments>`_ in `AWS Labs Amazon SageMaker Examples <https://github.com/aws/amazon-sagemaker-examples>`_.
0 commit comments