Before the end of the day, someone is going to make a GitHub app that automatically makes these labels for you.
Had been thinking about a script that will bootstrap a new github repository with relevant labels & milestones (backlog, icebox, etc)
How we organize GitHub issues: A simple styleguide for tagging
11–16 of 16 posts
Re: How we organize GitHub issues: A simple styleguide for tagging
#12Re: How we organize GitHub issues: A simple styleguide for tagging
#13On 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 :-(
Re: How we organize GitHub issues: A simple styleguide for tagging
#14Re: How we organize GitHub issues: A simple styleguide for tagging
#15Re: How we organize GitHub issues: A simple styleguide for tagging
#16On 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 :-(
Out of interest, which specific labels are you seeking?