librariesio / libraries.io

:books: The Open Source Discovery Service
https://libraries.io
GNU Affero General Public License v3.0
1.12k stars 202 forks source link

SourceRank should incorporate contributor's guide #1218

Open ghost opened 7 years ago

ghost commented 7 years ago

The SourceRank should check and incorporate the presence of a contributor's guide (by checking for common file names "contributing.txt", "contributing.md", ... with all lower/upper case variants) since this indicates more serious projects that actually make some effort to coordinate contributions.

andrew commented 7 years ago

@JonasT agreed, we're actually storing that data already as well for these types of files so it should be fairly easy to add in: https://github.com/andrew/libaries/blob/cac12b59140d949da6870cc6839d244fad7bea95/app/models/concerns/repo_manifests.rb#L31-L37