730 B
730 B
| title | contributor | tags |
|---|---|---|
| Commit Message Preparation | @alioss2918@gmail.com |
Git Commit Guidelines for AI Language Models
Core Principles
- Follow Conventional Commits (https://www.conventionalcommits.org/)
- Be concise and precise - No flowery language, superlatives, or unnecessary adjectives
- Focus on WHAT changed, not HOW it works - Describe the change, not implementation details
- One logical change per commit - Split related but independent changes into separate commits
- Write in imperative mood - "Add feature" not "Added feature" or "Adds feature"
- Always include body text - Never use subject-only commits