From 3e58c640140ac4d4eed74287dde6cbcd50f85028 Mon Sep 17 00:00:00 2001
From: Oliver Davies <oliver@oliverdavies.uk>
Date: Sun, 17 Dec 2023 20:29:39 +0000
Subject: [PATCH] Update the Git commit message template

---
 CHANGELOG.md                  | 1 +
 system/shared/modules/git.nix | 4 +---
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 817bb2a4..c83955b4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -10,6 +10,7 @@ Instead of grouping changes by tag, they are grouped by the date they are releas
 
 ### Changed
 
+* Update the Git commit message template, removing references to conventional commits.
 * Open Harpoon window at the top of the screen.
 * Manage `ripgrep` with Home Manager.
 
diff --git a/system/shared/modules/git.nix b/system/shared/modules/git.nix
index ad32f290..3ca7f5e6 100644
--- a/system/shared/modules/git.nix
+++ b/system/shared/modules/git.nix
@@ -1,9 +1,7 @@
 {
   home.file.".gitmessage".text = ''
-    type(scope): description
 
-    # type: fix, feat, build, chore, ci, docs, style, refactor, perf, test
-    #
+
     # Description
     #
     # - Why is this change necessary?