/// The list of already-defined commit types.
/// The order it is presented is a personal preference.
/// Source: https://www.conventionalcommits.org/en/v1.0.0/ .
pubconstDEFAULT_COMMIT_TYPES:[&str;10]=["feat","fix","refactor","test","docs","build","perf","style","ci","chore",];