@ConventionalCommits

Summary

Use a standard template to succinctly communicate changes in code
<change_type>([opt_scope]): opt_description

Key Points

Commit Convention

<type>([optional scope]): <description>

[optional body]

[optional footer]

Reaction

Reaction

How did I feel about this source? Positive? Negative? What emotions, if any? Why?

This seems like a sensible approach, and I think I will adopt it for my projects. Seems like it will make my debugging much easier!