Add 'help wanted' to the list of excluded labels #35

Closed
limonte wants to merge 1 commits from master into master
limonte commented 2017-03-29 16:48:46 +02:00 (Migrated from github.com)

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.

`help wanted` is the default label for GitHub repositories: ![](https://i.imgur.com/fz8n8m6.png) I think that issues with `help wanted` label should be excluded from the median issue resolution time calculation.
mnapoli commented 2017-03-29 21:44:44 +02:00 (Migrated from github.com)

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

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
limonte commented 2017-03-30 13:07:27 +02:00 (Migrated from github.com)

You're totally right, an issue labelled help wanted could be a bug. As well as wip labelled could be a bug and wip 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/388

IMO it's better to exclude such issues from calculation.

PS. Totally forgot to say THANK YOU for the awesome idea and great implementation!

You're totally right, an issue labelled `help wanted` could be a bug. As well as `wip` labelled could be a bug and `wip` 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/388 IMO it's better to exclude such issues from calculation. PS. Totally forgot to say THANK YOU for the awesome idea and great implementation!
mnapoli commented 2017-04-08 11:09:18 +02:00 (Migrated from github.com)

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?

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?
limonte commented 2017-04-08 11:16:09 +02:00 (Migrated from github.com)

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 🚀

Yeah, makes sense, I'll close this PR :+1: Anyway, thanks again! I'm using the IsItMaintained badge on my project [SweetAlert2](https://github.com/sweetalert2/sweetalert2) which is [trending JS repository](https://github.com/trending/js) now :rocket:
mnapoli commented 2017-04-08 11:53:33 +02:00 (Migrated from github.com)

Nice!

Nice!

Pull request closed

Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Lerking/IsItMaintained#35
No description provided.