How We Write Github Issues
wiredcraft.com
How We Write Github Issues
1–10 of 15 posts
Re: How We Write Github Issues
#2Re: How We Write Github Issues
#3Re: How We Write Github Issues
#4"Fixing the performances after the rollout of the last Express.js" is much more descriptive than "performance tool in development environment".
Descriptiveness counts—scanning through a list of issues I'd know immediately what the first one entails. I wouldn't with the second.
> Keep titles short and descriptive.
Yes to descriptive, no to short if you're compromising on descriptiveness.
Re: How We Write Github Issues
#5Definitely good advice, but bad issues will always be present, no matter how many articles are written about it. I fully expect in 10 years to still have to deal with people pasting entire stack traces in github titles ;)
Doing so is also drastically reducing the amount of misunderstandings and the length of your Scrum meetings.
Re: How We Write Github Issues
#6> A bad issue: too much in the title. "Fixing the performances after the rollout of the last Express.js" is much more descriptive than "performance tool in development environment". Descriptiveness counts—scanning through a list of issues I'd know immediately what the first one entails. I wouldn't with the second. > Keep titles short and descriptive. Yes to descriptive, no to short if you're compromising on descripti…
Re: How We Write Github Issues
#7> A bad issue: too much in the title. "Fixing the performances after the rollout of the last Express.js" is much more descriptive than "performance tool in development environment". Descriptiveness counts—scanning through a list of issues I'd know immediately what the first one entails. I wouldn't with the second. > Keep titles short and descriptive. Yes to descriptive, no to short if you're compromising on descripti…
That'd depend of the context. If you have a lot of issues related to Express/performance, then maybe being slightly more verbose is the way to go.
Admittedly it's a minor issue, but overzealously enforcing "keep titles short" will make titles less descriptive.
Re: How We Write Github Issues
#8Earlier quoted context omitted.
That'd depend of the context. If you have a lot of issues related to Express/performance, then maybe being slightly more verbose is the way to go.
Say you revisit that issue in three month's time. Would you know what the cause of the "performance tool in development environment" issue was? Probably not. "Fixing the performances after the rollout of the last Express.js" tells you straight away though. Admittedly it's a minor issue, but overzealously enforcing "keep titles short" will make titles less descriptive.
Re: How We Write Github Issues
#9> A bad issue: too much in the title. "Fixing the performances after the rollout of the last Express.js" is much more descriptive than "performance tool in development environment". Descriptiveness counts—scanning through a list of issues I'd know immediately what the first one entails. I wouldn't with the second. > Keep titles short and descriptive. Yes to descriptive, no to short if you're compromising on descripti…
Re: How We Write Github Issues
#10What's your take on using labels?