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

Contents

  1. 1Git Commit Convention
  2. 1.1Commit Message Format
  3. 1.2Commit Signature Verification (Mandatory)