indiana91 / indiana91/devstandup

Add Commit Type Badges

Open
#3 1 comment 0 reactions 1 assignee View on GitHub

@yashksaini-coder is already working on this.

Since Oct 3, 2025.

enhancement good first issue hacktoberfest
Dominant language
No language data
Stars
1
Forks
0
PR merge metrics
No merged PRs in 30d

Description

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.