ABOUTME: Git conventional commit format and version control best practices ABOUTME: Commit message standards, branch strategies, workflow patterns
| feat | New feature | | fix | Bug fix | | docs | Documentation | | style | Formatting | | refactor | Code restructure | | perf | Performance | | test | Tests | | chore | Maintenance | | ci | CI/CD | | build | Build system | | revert | Revert commit |
Rules: Imperative mood, present tense, lowercase, no period, max 50 chars
Git-Konventionen für Commit-Nachrichten und Workflow. Verwendung für Git-Commit, konventionelle Commits, Branch-Strategie, Rebasing, Zusammenführungskonflikte, Git-Workflow. Nicht für allgemeine Codeänderungen, die später ein Commit erfordern. Quelle: maroffo/claude-forge.