From 6adefdd30c9f65abc3f85bc8dc531e3ed35f1379 Mon Sep 17 00:00:00 2001 From: Chris Proctor Date: Sun, 25 Aug 2024 23:12:04 -0400 Subject: [PATCH] Add commit template --- .commit_template | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .commit_template diff --git a/.commit_template b/.commit_template new file mode 100644 index 0000000..8f580e7 --- /dev/null +++ b/.commit_template @@ -0,0 +1,12 @@ + + +# ----------------------------------------------------------------- +# Write your entire commit message above this line. +# +# Software frameworks can be very powerful tools, allowing you to +# do a lot with very little code. In the `retro` framework, you +# create agents, and then the `Game` class runs the game with them. +# +# How does writing a program like the nav game feel different from +# the programs you were writing in Unit 1? +#