Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:29:20 +08:00
commit 742559fa58
14 changed files with 1131 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
# Simple Commit Template
# Copy and customize for simple commits
type(scope): subject line here
# Examples:
# feat(auth): add password reset flow
# fix(api): resolve duplicate email validation
# docs: update installation guide
# chore(deps): upgrade React to v19.1.0

View File

@@ -0,0 +1,12 @@
# Commit with Body Template
# Copy and customize for commits needing explanation
type(scope): subject line here
Explain why this change was made and any important context.
- Key point 1
- Key point 2
- Key point 3
Fixes GREY-123