Live data from Hacker News

How we organize GitHub issues: A simple styleguide for tagging

robinpowered.com

11–16 of 16 posts

Re: How we organize GitHub issues: A simple styleguide for tagging

#11
post #9
post #8

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)

RFC https://github.com/mockturtl/squint#squint

Re: How we organize GitHub issues: A simple styleguide for tagging

#12
post #11
post #9

Earlier quoted context omitted.

Had been thinking about a script that will bootstrap a new github repository with relevant labels & milestones (backlog, icebox, etc)

RFC https://github.com/mockturtl/squint#squint

interesting +1

Re: How we organize GitHub issues: A simple styleguide for tagging

#13

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 :-(

Out of interest, which specific labels are you seeking?

Re: How we organize GitHub issues: A simple styleguide for tagging

#15
post #8

Before the end of the day, someone is going to make a GitHub app that automatically makes these labels for you.

It happened. https://gist.github.com/omegahm/28d87a4e1411c030aa89 via https://robinpowered.com/blog/best-practice-system-for-organ...

yay! i'll have to try that.

Re: How we organize GitHub issues: A simple styleguide for tagging

#16

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 :-(

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.
Post reply on HN