SubmittingPatches: add style recommendation to use imperative descriptions
[linux.git] / Documentation / SubmittingPatches
index 26b1e31d5a13e63a95fc68c5a0cb66daf744ab8f..c74e73c37dcc536831d588fc5236810a0d963e66 100644 (file)
@@ -106,6 +106,11 @@ I.e., the patch (series) and its description should be self-contained.
 This benefits both the patch merger(s) and reviewers.  Some reviewers
 probably didn't even receive earlier versions of the patch.
 
+Describe your changes in imperative mood, e.g. "make xyzzy do frotz"
+instead of "[This patch] makes xyzzy do frotz" or "[I] changed xyzzy
+to do frotz", as if you are giving orders to the codebase to change
+its behaviour.
+
 If the patch fixes a logged bug entry, refer to that bug entry by
 number and URL.