Change Request Age
Definition
Change Requests Reviews is a metric defined by CHAOSS, see CHAOSS Metrics - Issue Age for a detailed definition of this metric.
This metric measures the duration for which change requests have been left open, providing insights into the timeliness of the review and integration process. This metric is crucial for understanding the efficiency and responsiveness of the development team.
The Change Request Age metric is particularly useful for pinpointing bottlenecks and ensuring that proposed modifications are addressed in a timely manner. Research has shown that projects with a lower average change request age tend to have higher contributor satisfaction and retention rates. Timely resolution of change requests demonstrates a well-organized and efficient development process, which attracts and retains talented contributors.
Data
Link: https://oss.open-digger.cn/{platform}/{owner}/{repo}/change_request_age.json
To get the data for a certain repository, replace {platform}
, {owner}
and {repo}
with the actual name. Here is an example.
Code
Here's the implementation code.