# git-commit > Commit message format guidelines. - Author: Xantibody - Repository: Xantibody/dotfiles - Version: 20260119150933 - Stars: 1 - Forks: 0 - Last Updated: 2026-02-06 - Source: https://github.com/Xantibody/dotfiles - Web: https://mule.run/skillshub/@@Xantibody/dotfiles~git-commit:20260119150933 --- --- name: git-commit description: Commit message format guidelines. --- # Commit Discipline ## Commit Message Format ``` : [optional body with details] ``` | Prefix | Description | | ----------- | ----------------- | | `refactor:` | Structural change | | `feat:` | New functionality | | `fix:` | Bug fix | | `chore:` | Maintenance | | `docs:` | Documentation | Small, frequent commits.