OSSIntel logo OSSIntel
Version 0.1.1API DocsFunctions

calculateContributorScore()

Updated 14 hr ago

calculateContributorScore(externalContributions): ContributorResult

Defined in: contributor-scoring.ts:16

Calculate the contributor pillar score from external (upstream) PRs.

Quality-weighted scoring: PR type (code/docs/test/chore) and target repository importance (star count) determine point allocation.

Parameters

externalContributions

NormalizedContribution[]

Returns

ContributorResult

On this page