Add details for commit messages

This commit is contained in:
Fabian Affolter 2017-10-21 15:07:03 +02:00
parent 89e692c7c7
commit 869e9f1856
No known key found for this signature in database
GPG Key ID: DDF3D6F44AAB1336

View File

@ -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: