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
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2,5 +2,13 @@
2
2
3
3
*Description of changes:*
4
4
5
+
## Merge Checklist
6
+
7
+
_Put an `x` in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your pull request._
8
+
9
+
-[ ] I have read the [CONTRIBUTING](https://github.com/aws/sagemaker-python-sdk/blob/master/CONTRIBUTING.md) doc
10
+
-[ ] I have added tests that prove my fix is effective or that my feature works (if appropriate)
11
+
-[ ] I have updated the [changelog](https://github.com/aws/sagemaker-python-sdk/blob/master/CHANGELOG.rst) with a description of my changes (if appropriate)
12
+
-[ ] I have updated any necessary [documentation](https://github.com/aws/sagemaker-python-sdk/blob/master/README.rst) (if appropriate)
5
13
6
14
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+7-5Lines changed: 7 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ reported the issue. Please try to include as much information as you can. Detail
17
17
* A reproducible test case or series of steps
18
18
* The version of our code being used
19
19
* Any modifications you've made relevant to the bug
20
-
*Anything unusual about your environment or deployment
20
+
*A description of your environment or deployment
21
21
22
22
23
23
## Contributing via Pull Requests
@@ -31,10 +31,12 @@ 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. Include unit tests when you contribute new features or make bug fixes, as they help to a) prove that your code works correctly, and b) guard against future breaking changes to lower the maintenance cost.
35
+
4. Ensure local tests pass.
36
+
5. Update the [changelog](https://github.com/aws/sagemaker-python-sdk/blob/master/CHANGELOG.rst) with a description of your changes for any code contribution.
37
+
6. Commit to your fork using [clear and imperative commit messages](https://chris.beams.io/posts/git-commit/).
38
+
7. Send us a pull request, answering any default questions in the pull request interface.
39
+
8. Pay attention to any automated CI failures reported in the pull request, and stay involved in the conversation.
38
40
39
41
GitHub provides additional document on [forking a repository](https://help.github.com/articles/fork-a-repo/) and
40
42
[creating a pull request](https://help.github.com/articles/creating-a-pull-request/).
0 commit comments