Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:17:42 +08:00
commit 5c2d41c290
5 changed files with 396 additions and 0 deletions

3
README.md Normal file
View File

@@ -0,0 +1,3 @@
# conventional-commits
Format git commit messages following Conventional Commits 1.0.0 specification. Use when the user asks to commit changes, create a git commit, or mentions committing code. Ensures consistent, semantic commit messages that support automated changelog generation and semantic versioning.