From c2ef53f6e063ae2995b5f1f5aa7674167c8bcd75 Mon Sep 17 00:00:00 2001 From: ssorenso Date: Mon, 24 Apr 2017 15:08:58 -0600 Subject: [PATCH] Fixes #13: Fixes .git-commit-template.txt Problem: The template was not as readable as desired at a glance Analysis: This new template yields both what is being fixed and a briefing in the headline. Tests: None --- .git-commit-template.txt | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.git-commit-template.txt b/.git-commit-template.txt index b40b5f3b..349a1765 100644 --- a/.git-commit-template.txt +++ b/.git-commit-template.txt @@ -1,8 +1,5 @@ -# Headline or summary of the issue you are fixing - # Using the Fixes # will close the issue on commit to repo -Issues: -Fixes # +Fixes #: # Describe the issue that this change addresses Problem: