aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomáš Znamenáček2016-08-12 11:53:26 +0200
committerGitHub2016-08-12 11:53:26 +0200
commit2d1bb41d0ca66c027f5856c76cf149c15bc073a7 (patch)
treeb9817262b7b3b348cf94d88b30e66aa4e01f1162
parent409699c3c0137d52e091a8b48aaf4aa2e52a1bfb (diff)
downloadMASShortcut-2d1bb41d0ca66c027f5856c76cf149c15bc073a7.tar.bz2
Link to a commit message writing guide
-rw-r--r--CONTRIBUTING.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 70fa9c1..39cb20e 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -4,7 +4,7 @@ Please note that this framework supports older OS X versions down to 10.6. When
# Commit Messages
-Please use descriptive commit message. As an example, _Bug fix_ commit message doesn’t say much, while _Fixed a memory-management bug in formatting code_ works much better.
+Please use descriptive commit message. As an example, _Bug fix_ commit message doesn’t say much, while _Fix a memory-management bug in formatting code_ works much better. A [nice detailed article about writing commit messages](http://chris.beams.io/posts/git-commit/) is also available.
# How to Release a New Version
@@ -26,4 +26,4 @@ Now push both the commits and tags (`--tags`) to GitHub and push the new podspec
This will run sanity checks on the podspec and fail if the spec does not validate.
-That’s it. Go have a beer or a cup of tea to celebrate. \ No newline at end of file
+That’s it. Go have a beer or a cup of tea to celebrate.