indiana91/devstandup

Add Commit Type Badges

オープン

#3 opened on 2025/10/02

 (1 件のコメント) (0 件のリアクション) (1 人の担当者) (0 件のフォーク)auto 404
enhancementgood first issuehacktoberfest

Repository metrics

Stars
 (1 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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

コントリビューターガイド