Commit messages will follow the guidelines as set forth by Conventional Commits. A summary of the summary is provided here, along with the usage of the most common forms. Conventional Commits give the programming team the flexibility to customize commits to their needs while providing a basic foundation to work off of. Extending guidelines agreed upon by the team beyond Conventional Commits will also be noted here.
Basic Conventional Commits messages have the following format.
<type>[optional (scope)][optional !]: <description>