iedr / goodfirstissues

A website that targets developers who want to contribute to open source software but do not know where or how to start.
https://iedr.github.io/goodfirstissues
MIT License
247 stars 56 forks source link

Filter spam issues #63

Open Sagelyyy opened 4 months ago

Sagelyyy commented 4 months ago

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.

spj2401Dev commented 1 month ago

Any ideas how this could be filtered out? Maybe add a field to not include Repos with less than x contributors?

iedr commented 1 month ago

@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.

spj2401Dev commented 1 month ago

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.

spj2401Dev commented 1 month ago

@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.

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