From 91b194f08cd15f4a0cdc7dfdb044d3a9740ba329 Mon Sep 17 00:00:00 2001 From: Chris Proctor Date: Sat, 15 Jul 2023 16:33:29 -0400 Subject: [PATCH] Add commit template --- .commit_template | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .commit_template diff --git a/.commit_template b/.commit_template new file mode 100644 index 0000000..37d0849 --- /dev/null +++ b/.commit_template @@ -0,0 +1,10 @@ + + +# ----------------------------------------------------------------- +# 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 reflecting on one moment from your last +# work session. What were you feeling? If you solved a problem, +# what strategy helped you?