From 07dae3158a0fd0a10ac7c2d793b222684b773654 Mon Sep 17 00:00:00 2001 From: sajolida Date: Thu, 10 Jan 2019 19:27:33 +0000 Subject: [PATCH] Style guide: future tense --- wiki/src/contribute/how/documentation/style_guide.mdwn | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/wiki/src/contribute/how/documentation/style_guide.mdwn b/wiki/src/contribute/how/documentation/style_guide.mdwn index 28f45c369d..93adf26564 100644 --- a/wiki/src/contribute/how/documentation/style_guide.mdwn +++ b/wiki/src/contribute/how/documentation/style_guide.mdwn @@ -77,6 +77,16 @@ - *Tails Installer* is available on Ubuntu 15.10 (Wily Werewolf) or later. +- **future tense** + +Whenever possible, use present, not future, tense. Don't switch +unnecessarily from present to future tense when present tense is +sufficient to express a sequence of steps or events. + +Present tense is easier to read than past or future tense. Simple verbs +are easier to read and understand than complex verbs, such as verbs in +the progressive or perfect tense. + - **digit grouping** -- GitLab