Hacker News new | ask | show | jobs
by transfire 4086 days ago
On a related note, I sure wish git supported labels for commits. As it stands I have started to use github-style labels in commit messages, e.g. `:bug:`, which is nice in that github will render these with icons, if supported. Unfortunately that don't have icons for many of the labels one would want to use. I've asked github a half-dozen times to add them, but to no avail :-(
1 comments

Out of interest, which specific labels are you seeking?
I have requested emojis for `:doc:`, `:test:` and `:admin:` --- those are the main three I tend to use in commits. Some of the lesser ones I've suggested are `:tweak:`, `:major:` and `:minor:`. Thankfully `:bug:` is already supported.