indiana91/devstandup

Add Commit Type Badges

Offen

#3 geöffnet am 02.10.2025

 (1 Kommentar) (0 Reaktionen) (1 zugewiesene Person) (0 Forks)auto 404
enhancementgood first issuehacktoberfest

Repository-Metriken

Stars
 (1 Stern)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

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

Contributor Guide