Add commit template

This commit is contained in:
Chris Proctor 2025-01-08 12:21:44 -05:00
parent 5d2b3ff5d2
commit f128e1f088
1 changed files with 17 additions and 0 deletions

17
.commit_template Normal file
View File

@ -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?