Skip to main content

New Contributors

From For

Definition

New Contributors is a metric defined by the CHAOSS community. For a detailed definition of this metric, please refer to CHAOSS Metrics - New Contributors.

This metric helps identify how many contributors are making their first contribution to a given project and information about them.

An increase or decline in new contributors can be an early indicator of project health. Understanding the behavior and barriers of new community members requires knowing who they are, and a healthy project should have a steady stream of new contributors.

Data

  • Link (base): https://oss.open-digger.cn/{platform}/{owner}/{repo}/new_contributors.json
  • Link (detail): https://oss.open-digger.cn/{platform}/{owner}/{repo}/new_contributors_detail.json

To get the data for a certain repository, replace {platform}, {owner} and {repo} with the actual name. For the base variant, here is an example, and for the detailed variant, refer to this example.

Code

Here's the implementation code.

CodePen Demo