diff --git a/tools/git/prepare-commit-msg b/tools/git/prepare-commit-msg index 1addb0e9239..af8964b4b28 100755 --- a/tools/git/prepare-commit-msg +++ b/tools/git/prepare-commit-msg @@ -64,6 +64,7 @@ cat < $file # Detail: Multi-line description, followed by blank line # # BUG-ID: CLOUDSTACK-9999 +# Bugfix-for: 4.0 (a branch that this should be considered for in a bugfix release) # Reviewed-by: Bar Barlington , Foo McFooson # Reported-by: Baz Bazelli # Signed-off-by: You @@ -76,7 +77,8 @@ SOB=$(git var GIT_AUTHOR_IDENT) sed -i "1s/^/################################# 80 chars #####################################\n\ Summary: \n\n\ Detail: \n\n\ -BUG-ID : \n\ +BUG-ID: \n\ +Bugfix-for: \n\ Reviewed-by: \n\ Reported-by: \n\ Signed-off-by: ${SOB}\n\n/" $file