Add 'help wanted' to the list of excluded labels #35
Reference in New Issue
Block a user
No description provided.
Delete Branch "master"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
help wanted
is the default label for GitHub repositories:I think that issues with
help wanted
label should be excluded from the median issue resolution time calculation.Hi, thanks for the pull request. I'm not sure I see why those issues should be excluded for the calculations? They could still be bugs
You're totally right, an issue labelled
help wanted
could be a bug. As well aswip
labelled could be a bug andwip
is in the list of excluded labels for the calculation.Sometimes project owner or collaborators submit issues by theirseft and label those issues with
help wanted
. For example, https://github.com/sweetalert2/sweetalert2/issues/388IMO it's better to exclude such issues from calculation.
PS. Totally forgot to say THANK YOU for the awesome idea and great implementation!
Thanks :)
wip
is often used for pull requests that are in progress, so if such PR is 2 month old it's not the "fault" of the package maintainer for not merging it.help wanted
is a bit more fuzzy to me, that a maintainer needs help or not to fix a bug, the bug is still not fixed. Does that make sense for you?Yeah, makes sense, I'll close this PR 👍
Anyway, thanks again! I'm using the IsItMaintained badge on my project SweetAlert2 which is trending JS repository now 🚀
Nice!
Pull request closed