-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmessage
More file actions
24 lines (24 loc) · 968 Bytes
/
Copy path.gitmessage
File metadata and controls
24 lines (24 loc) · 968 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Conventional Commits
# <type>[optional scope]: <description>
#
# [optional body]
#
# [optional footer(s)]
#
# Types: feat, fix, docs, style, refactor, perf, test, build, ci, chore,
# revert
# Rules: type is lowercase; description is imperative; no trailing period;
# description <= 72 chars; body wrapped at 72; footer separated by blank line
# Breaking changes: add ! after type/scope and include BREAKING CHANGE: footer
#
# --- Collaborator Tagging (optional) ---
# Optional, impact-based crediting in the commit footer (Collaborators
# Framework).
# Format: Collaborator: Name | Intent | Nature | Role/Contribution | [Optional Freeform]
# Intent: Direct (active), Indirect (inspiration), Supportive (enabling)
# Nature: Human, AI, etc
# Keep each Collaborator entry on a single line (no hard wraps).
# Example: Collaborator: Jane Doe (Acme) | Direct | Human | Designed layout
# More info: https://collaborators.group/
#
# Delete these comments before committing.