indiana91 / indiana91/devstandup
Add Commit Type Badges
@yashksaini-coder is already working on this.
Since Oct 3, 2025.
- 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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.