From 192a341d9825fc4709ed2fafc1bb73c88f965b3e Mon Sep 17 00:00:00 2001 From: Andrew Lavery Date: Wed, 27 Mar 2019 10:57:52 -0700 Subject: [PATCH] present, not past, tense --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 101ed0250..8fda5cae8 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -12,7 +12,7 @@ Pull Requests All pull requests must be made from forks enabled on CircleCI, so that unit and acceptance tests can be executed prior to code being merged. -Changelog descriptions should be in the past tense, such as 'Fixed a bug that made everything explode' or 'Added a magical new feature'. +Changelog descriptions should be in the present tense, such as 'Fixes a bug that made everything explode' or 'Adds a magical new feature'. ### Getting CircleCI to run your tests