From 3fa1ede9b7481916293e6aac098f462e4fd311dc Mon Sep 17 00:00:00 2001 From: Chris Proctor Date: Mon, 22 Jun 2026 16:15:52 -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.