docs(git-commit): add git commit message specification document#59
Conversation
add the full git commit message specification rules file to the project
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository UI (base), Organization UI (inherited) Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThis pull request adds a Trae rule file that defines and enforces a standardized Git commit message format for the project. The rule specifies an English-only structure with header, optional body and footer sections, and enumerates the permitted commit types with usage examples. ChangesGit Commit Message Rule
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related PRs
Suggested reviewers
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Changes
add the full git commit message specification rules file to the project
.trae/rules/git-commit-message.md- a Git commit message specification document that defines standardized commit message format for the project<type>(<scope>): <description>with optional body and footer sectionsfeat,fix,update,docs,style,refactor,perf,test,ci,chore, andrevertwith descriptions for eachalwaysApply: trueandscene: git_messageto enable automatic application