diff --git a/.git_commit_template.txt b/.git_commit_template.txt index 7b7d9019..786fb572 100644 --- a/.git_commit_template.txt +++ b/.git_commit_template.txt @@ -2,10 +2,9 @@ -reviewer= -review url= +review id = +# bug id = -#bug= -#test= +# fortune cookie message = -# line length limit ------------------------------------------------------------ +# modules: build, logic, ui, data, utility diff --git a/.git_pre_commit_hook.sh b/.git_pre_commit_hook.sh index 963dcaa4..49b9117e 100755 --- a/.git_pre_commit_hook.sh +++ b/.git_pre_commit_hook.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash ABORT="\033[31mAbort:\033[00m" SUCCESS="\033[32mSuccess:\033[00m"