Back to Lynx

Commit Message Format

agents/code_review/commit_message_format.md

3.7.0544 B
Original Source

Conventions

  • All commit messages MUST be written in English.

  • Preferred format:

    Header: [Type][Scope] Short imperative summary

    Body (details): - What changed - Why it was needed - How it was verified / impacts

    Footer (optional): issue: #12345

Type

  • Feature, BugFix, Optimize, Refactor, Infra, Docs, Test, etc., using capitalized English.

Scope

  • Module or subsystem name (e.g., Clay, Layout, Headers, Painting, Harmony, Android, iOS, etc.), optional but recommended.