CONTRIBUTING.md
January 29, 2026 · View on GitHub
Git Commit Convention
Commit Message Format
<type>(<scope>): <description>
[optional body]
[optional footer]
Commit Signature Verification (Mandatory)
If you plan to submit code to the GitHub repository:
- ✅ You must sign your commits, ensuring they display the "Verified" badge.
- ❌ Unsigned commits will not be merged into the main branch.
- Configuration guide: GitHub GPG Signing Guide