Add exercises and commit template

This commit is contained in:
Chris Proctor
2023-07-25 17:45:20 -04:00
parent f9a377dbe9
commit a9615a2880
2 changed files with 60 additions and 0 deletions

19
.commit_template Normal file
View File

@@ -0,0 +1,19 @@
# -----------------------------------------------------------------
# Write your entire commit message above this line.
#
# The first line should be a quick description of what you changed.
# Then leave a blank line.
# Then, taking as many lines as you want, reflect on your experience with
# this lab. Write about whatever you want; here are a few suggestions:
#
# - How did this lab feel different from Unit 1? Did this kind of thinking
# feel familiar from other kinds of thinking you have done before?
# - This lab asked you to use the Terminal in a very different way.
# What was it like for you? Did you have any interesting ideas while you
# worked on this lab?
# - Did you get stuck? In different ways from Unit 1? What strategies did you
# use to get unstuck?
# - Have you started giving help to peers or getting help from peers? Why or
# why not?