indiana91/devstandup

Add Commit Type Badges

開放

#3 建立於 2025年10月2日

 (1 則留言) (0 個反應) (1 位負責人) (0 個分叉)auto 404
enhancementgood first issuehacktoberfest

倉庫指標

星標
 (1 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

Parse conventional commit messages and display badges for commit types (feat, fix, docs, etc.) in the output.

Tasks:

  • Create function to parse conventional commit format
  • Map commit types to emoji/badges (feat: ✨, fix: 🐛, docs: 📝)
  • Display badges in markdown output
  • Display colored badges in terminal output
  • Add tests for commit parsing

Acceptance Criteria:

  • Commits like "feat: add login" show ✨ FEAT badge
  • Commits like "fix: auth bug" show 🐛 FIX badge
  • Non-conventional commits show default badge
  • Works in both terminal and markdown output

貢獻者指南