os/profiles/base-user/.config/git/gitmessage.nix

25 lines
624 B
Nix
Raw Normal View History

2022-11-20 22:28:23 +00:00
{
config,
pkgs,
...
}: let
user = config.pub-solar.user;
xdg = config.home-manager.users."${user.name}".xdg;
2022-11-20 22:28:23 +00:00
in ''
# Title: Summary, imperative, start upper case, don't end with a period
# No more than 50 chars. #### 50 chars is here: #
#
2022-11-20 22:28:23 +00:00
# ^ Remember ending with an extra blank line
# Body: Explain *what* and *why* (not *how*). Include issue number.
# Wrap at 72 chars. ################################## which is here: #
#
2022-04-30 19:35:32 +00:00
2022-11-20 22:28:23 +00:00
# ^ Remember ending with an extra blank line
# At the end: Include Co-authored-by for all contributors.
#
# Co-authored-by: Example Name <email@example.com>
''