]> rtime.felk.cvut.cz Git - hubacji1/oneflow.git/commitdiff
Add git commit message heuristics
authorJiri Hubacek <hubacji1@fel.cvut.cz>
Wed, 10 Oct 2018 14:35:13 +0000 (16:35 +0200)
committerJiri Hubacek <hubacji1@fel.cvut.cz>
Wed, 10 Oct 2018 14:35:30 +0000 (16:35 +0200)
CHANGELOG.md
intro.md

index 8f07f2c737cd4cbe613b15af022209987fccd854..67c23e9a9c72fb92c5160fdd91c4c76f3ca36096 100644 (file)
@@ -8,6 +8,8 @@ The format is based on [Keep a Changelog][] and this project adheres to
 [Semantic Versioning]: http://semver.org/
 
 ## Unreleased
+### Added
+- Git commit message heuristics.
 
 ## 0.2.0 - 2018-10-10
 ### Added
index 69f1cd21a7d989693046831395594f8671d2db12..2b33ee7af92ae00dfd6dbb615f26d597c680b58c 100644 (file)
--- a/intro.md
+++ b/intro.md
@@ -156,6 +156,11 @@ writing the git commit messages:
 - Wrap the body at 72 characters.
 - Use the body to explain what and why vs. how.
 
+If still it's lot to remember, the heuristics is that a properly formed Git
+commit subject line should always be able to complete the following sentence:
+
+**If applied, this commit will your subject line here**
+
 [1]: https://chris.beams.io/posts/git-commit/
 
 # Cheat sheet