Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 30 additions & 0 deletions gitmessage.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
In the event you are pairing or using an AI coding tool and need a `.gitmessage`

```bash
# 50-character subject line in this format:
# [optional project, or component] Short description in present tense and imperative mood
#
# For example:
# Correct typo in documentation
# [FlexibleMetadata] Update node version to 20.4.1
# [Redirects] Show holidays in green
#
#
# 72-character wrapped longer description. This should include:
#
# * Issue number reference (e.g. "advances #2431" or "closes pulibrary/figgy#6767")
# * Why was this change necessary?
# * How does it address the problem?
# * Are there any side effects?
#
#
# Uncomment the relevant lines to add co-authors:
#
# Co-authored-by:
# Generated-by: Claude Code Opus 4.8
# Generated-by: Codex 5.6 Sol
# Generated-by: OpenCode v1.18.3 - GLM 5.2
# Generated-by: Hermes Agent v0.18.2 - Opus 4.8
#
# Include a link to the ticket, if any.
```
Loading