{ "scope": false, "body": true, "emoji": false, "delimiter": ":", "lowercaseTypes": false, "addScopeSpace": true, "initialCommit": { "isEnabled": true, "emoji": ":tada:", "message": "Initial commit" }, "types": [ { "emoji": ":wrench:", "type": "Chore", "description": "Changes that affect the build system or external dependencies and moving files", "argKeys": ["c", "chore"] }, { "emoji": ":construction_worker:", "type": "CI", "description": "Changes to our CI configuration files and scripts", "argKeys": ["ci"] }, { "emoji": ":memo:", "type": "Docs", "description": "Documentation only changes", "argKeys": ["d", "docs"] }, { "emoji": ":sparkles:", "type": "Feat", "description": "New feature", "argKeys": ["f", "feat", "feature"] }, { "emoji": ":bug:", "type": "Fix", "description": "Bug fix", "argKeys": ["fi", "fix", "bug"] }, { "emoji": ":zapr:", "type": "Perf", "description": "Code change that improves performance", "argKeys": ["p", "perf", "performance"] }, { "emoji": ":hammer:", "type": "Refactor", "description": "Code change that neither fixes a bug nor adds a feature", "argKeys": ["r", "refactor"] }, { "emoji": ":art:", "type": "Style", "description": "Changes that do not affect the meaning of the code", "argKeys": ["s", "style"] }, { "emoji": ":white_check_mark:", "type": "Test", "description": "Adding missing tests or correcting existing tests", "argKeys": ["t", "test"] } ], "rules": { "maxChar": 72, "minChar": 10, "endWithDot": false } }