From 84aec0ea1be7c69b9a3b470df22a5a9a6a57e0c1 Mon Sep 17 00:00:00 2001 From: Chris Date: Fri, 4 Mar 2022 21:34:16 -0500 Subject: [PATCH] Add commit template --- .commit_template | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .commit_template diff --git a/.commit_template b/.commit_template new file mode 100644 index 0000000..55675da --- /dev/null +++ b/.commit_template @@ -0,0 +1,5 @@ +# Title. No more than 50 characters ----> | + +# Leave a single blank line between the title and the body (excluding comments) + +# Body. Write a description of what you've changed.