From 869e9f1856c3230286dde82ff7960808d7dcd983 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sat, 21 Oct 2017 15:07:03 +0200 Subject: [PATCH] Add details for commit messages --- source/developers/development_submitting.markdown | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/source/developers/development_submitting.markdown b/source/developers/development_submitting.markdown index 58e60ca5137..5e3fea51afa 100644 --- a/source/developers/development_submitting.markdown +++ b/source/developers/development_submitting.markdown @@ -24,7 +24,10 @@ Submit your improvements, fixes, and new features to Home Assistant one at a tim `git add .` `git commit -m "Added some-feature"` - + + * Write a meaningful commit message and not only `Update` or `Fix`. + * Use a capital letter to start with your commit message. + * Don't prefix your commit message with `[bla.bla]` or `platform:`. * Consider adding tests to ensure that your code works. 5. Push your committed changes back to your fork on GitHub: