[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
This commit is contained in:
11
.git-commit-template
Normal file
11
.git-commit-template
Normal file
@@ -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:
|
||||
Reference in New Issue
Block a user