Update .gitmessage
This commit is contained in:
parent
5836ee7d8c
commit
6a01144621
@ -6,13 +6,28 @@ type(scope): concise description
|
|||||||
|
|
||||||
|
|
||||||
# List of change types:
|
# List of change types:
|
||||||
# feat : New feature
|
# feat : New feature or enhancement to dotfiles
|
||||||
# fix : Bug fix
|
# fix : Bug fix in configuration
|
||||||
# docs : Documentation only
|
# docs : Documentation changes
|
||||||
# style : Formatting, missing semicolons, etc.
|
# style : Formatting, missing semicolons, etc.
|
||||||
# refactor : Code change that neither fixes a bug nor adds a feature
|
# refactor : Code change that neither fixes a bug nor adds a feature
|
||||||
# test : Adding missing tests or correcting existing tests
|
# test : Adding missing tests or correcting existing tests
|
||||||
# chore : Maintenance, dependencies, etc.
|
# chore : Routine maintenance, dependency updates
|
||||||
|
# config : Configuration file changes (specific to dotfiles)
|
||||||
|
# env : Environment-specific changes
|
||||||
|
# secret : Changes to encrypted content
|
||||||
|
# script : Changes to shell scripts or automation
|
||||||
|
|
||||||
|
# Chezmoi-specific scope examples:
|
||||||
|
# (nvim) : Neovim configuration
|
||||||
|
# (shell) : Shell configurations (bash, zsh, fish)
|
||||||
|
# (kitty) : Kitty terminal configuration
|
||||||
|
# (hypr) : Hyprland configuration
|
||||||
|
# (waybar) : Waybar configuration
|
||||||
|
# (scripts) : Shell scripts and utilities
|
||||||
|
# (secrets) : Encrypted files and secrets
|
||||||
|
# (external): External dependencies
|
||||||
|
|
||||||
# Closes/Fixes/Resolves: #123 (if applicable)
|
# Closes/Fixes/Resolves: #123 (if applicable)
|
||||||
# Co-authored-by: Name <email> (if applicable)
|
# Co-authored-by: Name <email> (if applicable)
|
||||||
|
# Target-Host: hostname (if change is specific to a certain machine)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user