# Commit Message Template # Type: Choose one gitmoji from the reference # โœจ :sparkles: feat - New feature # ๐Ÿ› :bug: fix - Bug fix # ๐Ÿ“ :memo: docs - Documentation # โ™ป๏ธ :recycle: refactor - Code refactoring # ๐Ÿงช :test_tube: test - Tests # ๐Ÿ”ง :wrench: chore - Configuration # Format: : # Example: โœจ feat: implement BDD testing framework # First line (50 chars max): # Body (optional - explain what and why, not how): # - Change 1 # - Change 2 # - Change 3 # Footer (optional - references, breaking changes): # Issue references (choose one format): # - closes # (when issue is fully resolved) # - fixes # (when fixing a bug) # - resolves # (when resolving an issue) # - related to # (when work is related) # - see # (when referencing for context) # # Example: closes #2 # Breaking: # Generated by Mistral Vibe. # Co-Authored-By: Mistral Vibe