Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 1.31 KB

pull-requests-over-time.md

File metadata and controls

35 lines (22 loc) · 1.31 KB

Pull Requests Over Time

1. Description

How many pull requests have been submitted over a specified time period?

2. Use Cases

This metric will provide an easy to view graph of how many pull requests have been submitted to the project over time. Stakeholders would be interested in this because a healthy community should show an increasing number of pull requests up to a point, then eventaully leveling out. An unhealthy community would show a steadily (or sharply) decreasing amount of pull requests, showing a lack of interest/supoprt for the project.

3. Formula

GrimoireLab

img img

GrimoireLab takes the indexed grimoire_creation_date bucket as a date histogram over time, splits it byt the state of the "Pull Request" metric (open/closed), and then aggregates it as "Count" giving a graphical split comparison of open/closed pull requests over time

4. Sample Filter and Visualization

GrimoireLab

img

5. Sample Implementation

6. Known Implementations

GrimoireLab

7. Test Cases (Examples)

8. External References (Literature)