From 32e61b23d056fc5c64cdf1640bf932c97ecd449b Mon Sep 17 00:00:00 2001 From: shamofu Date: Wed, 26 Jun 2019 22:54:58 +0900 Subject: [PATCH] Fix typo --- .github/PULL_REQUEST_TEMPLATE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE b/.github/PULL_REQUEST_TEMPLATE index 284ee1e74e..37f63fe51d 100644 --- a/.github/PULL_REQUEST_TEMPLATE +++ b/.github/PULL_REQUEST_TEMPLATE @@ -1,5 +1,5 @@ Please title your PR as follows: `time: fix foo bar`. Always start with the thing you are fixing, then describe the fix. -Don't use paste tense (e.g. "fixed foo bar"). +Don't use past tense (e.g. "fixed foo bar"). Explain what your PR does and why.