Skip to content

Commit e5c69af

Browse files
committed
fix(commit-work): add missing reference
1 parent e6077cf commit e5c69af

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Commit message template (Conventional Commits)
2+
3+
```text
4+
<type>(<scope>): <summary>
5+
6+
<What changed.>
7+
<Why it changed.>
8+
```
9+
10+
Notes:
11+
- Keep the summary imperative and specific ("Add", "Fix", "Remove", "Refactor").
12+
- Avoid implementation minutiae; focus on behavior and intent.
13+
- If breaking: use `!` in header and/or add `BREAKING CHANGE:` footer.

0 commit comments

Comments
 (0)