From 812ebcca539a6fcbf7a3aed431356fdb53d4a4d0 Mon Sep 17 00:00:00 2001 From: marchersimon <50295997+marchersimon@users.noreply.github.com> Date: Wed, 13 Oct 2021 17:53:19 +0200 Subject: [PATCH] style-guide: add imperative mood rule (#6816) --- contributing-guides/style-guide.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/contributing-guides/style-guide.md b/contributing-guides/style-guide.md index d387307316..a04569ab5c 100644 --- a/contributing-guides/style-guide.md +++ b/contributing-guides/style-guide.md @@ -94,6 +94,12 @@ Use backticks on the following: - Extensions, ex. `.dll`. - Commands, ex. `ls`. +## Imperative Mood + +Example descriptions have to be phrased in imperative mood. +For example, use `List all files`, instead of `Listing all files` or `File listing`. +This also applies to all translations by default, unless this is not possible for some reason. + ## Serial Comma When declaring a list of 3 or more items,