From 7c7e6ff79d3d2cc01d5f4b6497fd25cf53a52e99 Mon Sep 17 00:00:00 2001 From: Chris Proctor Date: Mon, 22 Jun 2026 16:07:42 -0400 Subject: [PATCH] Add commit template --- .commit_template | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .commit_template diff --git a/.commit_template b/.commit_template new file mode 100644 index 0000000..ae43eb1 --- /dev/null +++ b/.commit_template @@ -0,0 +1,9 @@ + + +# ----------------------------------------------------------------- +# Write your commit message above this line. +# +# The first line should be a quick description of what you changed. +# Then leave a blank line. +# Then write a few sentences describing an idea or a question you +# have been thinking about.