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

贡献者指南