diff --git a/profiles/base-user/.config/git/gitmessage.nix b/profiles/base-user/.config/git/gitmessage.nix index b3caf55a..223bfc3e 100644 --- a/profiles/base-user/.config/git/gitmessage.nix +++ b/profiles/base-user/.config/git/gitmessage.nix @@ -6,27 +6,27 @@ user = config.pub-solar.user; xdg = config.home-manager.users."${user.name}".xdg; in '' - # What happened? - # - # fix feat build chore ci docs style refactor perf test - # - # type!(optional scope): - # +# What happened? +# +# fix feat build chore ci docs style refactor perf test +# +# type!(optional scope): --------------# +# - # ^\n - # What exactly was done and why? - # +# ^\n +# What exactly was done and why? --------------------------------------# +# - # ^\n - # - # Any issue numbers or links? - # - # Refs: #123 +# ^\n +# +# Any issue numbers or links? +# +# Ref: #123 - # ^\n - # - # Co-authored-by: Example Name +# ^\n +# +# Co-authored-by: Example Name ''