馃 Mostly Nix dotfiles
nix nixos darwin doom-emacs dotfiles
0

Configure Feed

Select the types of activity you want to include in your feed.

dots / git / gitmessage
880 B 23 lines
1# Title: Summary, imperative, start upper case, don't end with a period 2# No more than 50 chars. #### 50 chars is here: # 3 4# Remember blank line between title and body. 5 6# Body: Explain *what* and *why* (not *how*). Include task ID (Jira issue). 7# Wrap at 72 chars. ################################## which is here: # 8 9 10# At the end: Include Co-authored-by for all contributors. 11# Include at least one empty line before it. Format: 12# Co-authored-by: name <user@users.noreply.github.com> 13# 14# How to Write a Git Commit Message: 15# https://chris.beams.io/posts/git-commit/ 16# 17# 1.Separate subject from body with a blank line 18# 2. Limit the subject line to 50 characters 19# 3. Capitalize the subject line 20# 4. Do not end the subject line with a period 21# 5. Use the imperative mood in the subject line 22# 6. Wrap the body at 72 characters 23# 7. Use the body to explain what and why vs. how