From 72a0885edb3cc702df670973d88a46a4a3606e68 Mon Sep 17 00:00:00 2001 From: cgtobi Date: Mon, 15 Apr 2019 19:13:38 +0200 Subject: [PATCH] Commit message in imperative (#224) Suggest to use the imperative mood in the subject line. --- docs/development_submitting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/development_submitting.md b/docs/development_submitting.md index ce5acd21..1e141f43 100644 --- a/docs/development_submitting.md +++ b/docs/development_submitting.md @@ -18,7 +18,7 @@ Submit your improvements, fixes, and new features to Home Assistant one at a tim `git add .` - `git commit -m "Added some-feature"` + `git commit -m "Add some-feature"` * Write a meaningful commit message and not only `Update` or `Fix`. * Use a capital letter to start with your commit message.