-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.commitwizardrc
More file actions
16 lines (16 loc) · 1013 Bytes
/
Copy path.commitwizardrc
File metadata and controls
16 lines (16 loc) · 1013 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"categories": [
{ "label": "chore", "description": "Changes to the build process or auxiliary tools" },
{ "label": "ci", "description": "Continuous Integration and deployment" },
{ "label": "docs", "description": "Documentation only changes" },
{ "label": "feat", "description": "A new feature" },
{ "label": "fix", "description": "A bug fix" },
{ "label": "perf", "description": "Performance updates and optimization" },
{ "label": "refactor", "description": "A code change that neither fixes a bug nor adds a feature" },
{ "label": "remove", "description": "Removing files or unnecessary code" },
{ "label": "revert", "description": "Undo changes that have been committed to the repository" },
{ "label": "style", "description": "Changes that do not affect the meaning of the code" },
{ "label": "test", "description": "Adding tests or correcting existing tests" },
{ "label": "update", "description": "Small updates that do not change functionality" }
]
}