Add commit template

This commit is contained in:
Chris Proctor 2024-08-25 23:12:04 -04:00
parent acf1fd34e5
commit 6adefdd30c
1 changed files with 12 additions and 0 deletions

12
.commit_template Normal file
View File

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