feat: add line length indicators to gitmessage
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/pr Build is passing Details

pull/235/head
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
1 changed files with 17 additions and 17 deletions

View File

@ -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): <description>
#
# What happened?
#
# fix feat build chore ci docs style refactor perf test
#
# type!(optional scope): <summary> --------------#
#
# ^\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 <email@example.com>
# ^\n
#
# Co-authored-by: Example Name <email@example.com>
''