summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy McCurdy <andy@andymccurdy.com>2019-02-01 11:23:41 -0800
committerGitHub <noreply@github.com>2019-02-01 11:23:41 -0800
commit6155774f3d5274734e740c33e4154b0211103be4 (patch)
tree9f11911eadc84fd43b3a328f20977b9332f4c1d1
parente6157620edd7b136bdf1bca721d3d2b879e97f9d (diff)
parente1e2ecd2099509cad954395103bea05e2930bb60 (diff)
downloadredis-py-6155774f3d5274734e740c33e4154b0211103be4.tar.gz
Merge pull request #1131 from Junnplus/fix-typo
Fix github pull template typo
-rw-r--r--.github/PULL_REQUEST_TEMPLATE.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index 798be44..cd9b149 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -2,7 +2,7 @@
_Please make sure to review and check all of these items:_
-- [ ] Does `$ python setup test` pass with this change (including linting)?
+- [ ] Does `$ python setup.py test` pass with this change (including linting)?
- [ ] Does travis tests pass with this change (enable it first in your forked repo and wait for the travis build to finish)?
- [ ] Is the new or changed code fully tested?
- [ ] Is a documentation update included (if this change modifies existing APIs, or introduces new ones)?