Change Requests Response Time
Definition
Change Requests Reviews is a metric defined by CHAOSS, see CHAOSS Metrics - Change Request Response Time for a detailed definition of this metric.
This metric measures the duration between the submission of a change request and the first response from another contributor. This is crucial for understanding the responsiveness of the development community and the efficiency of the review process.
A shorter response time generally indicates a more active and engaged community, which is beneficial for the project's overall health and progress.
Data
Link: https://oss.open-digger.cn/{platform}/{owner}/{repo}/change_request_response_time.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.