From 67cec04b301efd0ed7ff4051f63e2e5383722032 Mon Sep 17 00:00:00 2001 From: akrishna1995 Date: Mon, 21 Oct 2024 16:28:35 -0700 Subject: [PATCH] fix: modified pull request template Added warning to spell check dependencies added and ensure they exist in PyPi --- .github/PULL_REQUEST_TEMPLATE.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 6240c697f8..e659c40513 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -22,5 +22,6 @@ _Put an `x` in the boxes that apply. You can also fill these out after creating - [ ] I have added unit and/or integration tests as appropriate to ensure backward compatibility of the changes - [ ] I have checked that my tests are not configured for a specific region or account (if appropriate) - [ ] I have used [`unique_name_from_base`](https://github.com/aws/sagemaker-python-sdk/blob/master/src/sagemaker/utils.py#L77) to create resource names in integ tests (if appropriate) +- [ ] If adding any dependency in requirements.txt files, I have spell checked and ensured they exist in PyPi By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.