feat: add line length indicators to gitmessage

This commit is contained in:
Benjamin Bädorf 2023-07-20 23:59:36 +02:00
parent d951e821b3
commit 9bade4eb64
No known key found for this signature in database
GPG key ID: 4406E80E13CD656C

View file

@ -6,27 +6,27 @@
user = config.pub-solar.user; user = config.pub-solar.user;
xdg = config.home-manager.users."${user.name}".xdg; xdg = config.home-manager.users."${user.name}".xdg;
in '' in ''
# What happened? # What happened?
# #
# fix feat build chore ci docs style refactor perf test # fix feat build chore ci docs style refactor perf test
# #
# type!(optional scope): <description> # type!(optional scope): <summary> --------------#
# #
# ^\n # ^\n
# What exactly was done and why? # What exactly was done and why? --------------------------------------#
# #
# ^\n # ^\n
# #
# Any issue numbers or links? # Any issue numbers or links?
# #
# Refs: #123 # Ref: #123
# ^\n # ^\n
# #
# Co-authored-by: Example Name <email@example.com> # Co-authored-by: Example Name <email@example.com>
'' ''