From 21b0b089088d2773b34743bbb952d2889fab61d9 Mon Sep 17 00:00:00 2001 From: "Justin C. Miller" Date: Sun, 10 May 2020 11:19:33 -0700 Subject: [PATCH] [general] Add a git commit template I've been pretty lax with my commit messages despite attempts to standardize them. Trying out setting a template. This template can be applied with: `git config commit.template .git-commit-template` See: [another template](https://github.com/joelparkerhenderson/git_commit_template) See: [another template](https://gist.github.com/adeekshith/cd4c95a064977cdc6c50) Tags: git --- .git-commit-template | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .git-commit-template diff --git a/.git-commit-template b/.git-commit-template new file mode 100644 index 0000000..87b296b --- /dev/null +++ b/.git-commit-template @@ -0,0 +1,11 @@ +[section] Imperative-voiced title in less than 50 + +# Body describes what was done, and why. New obviously-needed features +# don't necessarily require a why. + +# Links to relevant bugs or web pages +See: Github bug #242 +See: [frobozz blog post](https://jsix.dev/posts/frobozz/) + +# Tags and keywords useful for searching +Tags: