From 1057ed6998dfb8833a73c01cfd1e03a7251db65c Mon Sep 17 00:00:00 2001 From: Christian Couder Date: Tue, 16 Jun 2015 23:05:09 +0200 Subject: [PATCH] contribution-guidelines: add link to amending-commits.md License: MIT Signed-off-by: Christian Couder --- contribution-guidelines.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/contribution-guidelines.md b/contribution-guidelines.md index bb55b7ee..ee36b34b 100644 --- a/contribution-guidelines.md +++ b/contribution-guidelines.md @@ -56,6 +56,9 @@ properly written. It checks the following: [setup_commit_msg_hook.sh](dev/tools/hooks/setup_commit_msg_hook.sh) script which will setup a Git commit-msg hook that will add the above trailers to all the commit messages you write. + +See the [documentation about amending commits](docs/amending-commits.md) +for explanation about how you can rework commit messages. Some example commit messages: