-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Filter spam issues #63
Comments
Any ideas how this could be filtered out? Maybe add a field to not include Repos with less than x contributors? |
@spj2401Dev That's a good idea! There is a repo's stars that is included in the data, and you could perhaps use this as a proxy to determine if the repo is spammy. |
Another thing that could be useful is to also check the issue description to rank issues with descriptions higher, as it is oven helpful to have more than a title for a issue. Especially if you are new to a repo. |
With only the Repo stars I think it's hard to determine how spammy a repo is, new repos usualy have only a few starts but could still have proper non spam issues |
It seems someone has spammed new issues on their empty repo with good first issue tags, among others, and filled up most of the pages with just empty spam issues.
The text was updated successfully, but these errors were encountered: