docs: 添加提交规范并更新仓库协作说明

Made-with: Cursor
This commit is contained in:
2026-02-28 15:55:44 +08:00
parent 19c290091e
commit f8394fd59d
2 changed files with 251 additions and 0 deletions
+1
View File
@@ -124,6 +124,7 @@ Located in `Assets/Resources/Yarn/`, organized by character and day:
### Git Configuration
- **LFS**: Used for large binary assets (.unity, textures, audio)
- **Ignored**: Library/, Temp/, Logs/, Build/, *.csproj.user
- **Commit Convention**: See [COMMIT_CONVENTION.md](COMMIT_CONVENTION.md) for commit message format and branch naming rules. All commits must follow `<type>(<scope>): <subject>` format.
## Testing and Iteration