From 2859b53caea628b75bb40e3806a7899c8c63098e Mon Sep 17 00:00:00 2001 From: Saugat Pachhai Date: Sun, 24 Nov 2019 15:38:54 +0545 Subject: [PATCH 1/2] dvc: fix typo in data_cloud.py module docstring --- dvc/data_cloud.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dvc/data_cloud.py b/dvc/data_cloud.py index ce300f0cd6..dcc7546fca 100644 --- a/dvc/data_cloud.py +++ b/dvc/data_cloud.py @@ -1,4 +1,4 @@ -"""Manages dvc remotes that user can use with push/pull/status comamnds.""" +"""Manages dvc remotes that user can use with push/pull/status commands.""" from __future__ import unicode_literals import logging From 7a678f332208603bdfac90b6fb85d981e658e489 Mon Sep 17 00:00:00 2001 From: Saugat Pachhai Date: Sun, 24 Nov 2019 15:44:42 +0545 Subject: [PATCH 2/2] dvc: fix grammar in PR template --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index ef8467f75f..d9e9858c4d 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -2,7 +2,7 @@ * [ ] 📖 Check this box if this PR **does not** require [documentation](https://dvc.org/doc) updates, or if it does **and** you have created a separate PR in [dvc.org](https://github.com/iterative/dvc.org) with such updates (or at least opened an issue about it in that repo). Please link below to your PR (or issue) in the [dvc.org](https://github.com/iterative/dvc.org) repo. -* [ ] ❌ Have you checked DeepSource, CodeClimate, and other sanity checks below? We consider their findings recommendatory and don't expect everything to be addresses. Please review them carefully and fix those that actually improve code or fix bugs. +* [ ] ❌ Have you checked DeepSource, CodeClimate, and other sanity checks below? We consider their findings recommendatory and don't expect everything to be addressed. Please review them carefully and fix those that actually improve code or fix bugs. Thank you for the contribution - we'll try to review it as soon as possible. 🙏