Commit Guidelines

Where possible all commit messages need to identify the JIRA case(s) related to the changes or one of the pre-defined special tags

Plain Jira related commit:

"[JIRA-1234] plain message here".

Multiple Jira cases related:

"[JIRA-1234, JIRA-5432] plain message here".

Unit test cleanup not directly related to an active case:

"[TEST] adding another assert"

Simple Cleanup not related to an active case:

"[CLEANUP] typo in variable name"

NOTE: cleanup of any significance (project restructuring, renaming classes, etc.) must have a Jira case created to track the work.