From f128e1f0885b815043dc454d42f22bf07f29c896 Mon Sep 17 00:00:00 2001 From: Chris Proctor Date: Wed, 8 Jan 2025 12:21:44 -0500 Subject: [PATCH] Add commit template --- .commit_template | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .commit_template diff --git a/.commit_template b/.commit_template new file mode 100644 index 0000000..8985799 --- /dev/null +++ b/.commit_template @@ -0,0 +1,17 @@ + + +# ----------------------------------------------------------------- +# Write your entire commit message above this line. +# +# The first line should be a quick description of your latest progress. +# Then leave a blank line. +# Then, taking as many lines as you want, reflect on the current state +# of your data science project. Write about whatever you want; here are +# a few suggestions: +# +# - Which recent successes are you proud of? +# - What are you currently stuck on? Are there parts of this project +# that you're worried about, or which you don't know how to do? +# - Has your work sparked any new ideas or interests? +# - Have you learned any new skills? +