Commits per Contributor
Count of Git commits done per contributor.
Computation of the metric
- Computed using the commit activity of teams and members.
- This is the number of commits made by a team divided by the number of members on the team. When this metric is computed at an individual level it is number of commits made by the individual
- GIT/VCS tools provide the data used to analyse the commit activity.
Dashboards where this metric is used
- Activity Log
- Dev Metric Grid
Use cases of this metric
- At a team level, this measure gives you a pattern for how many commits are being made over a period of time. At >1/member/working day this implies that everyone is committing code daily, which is a good practice. Over a longer period the average might be lower but should still be >80% of team members committing code daily
- Provides a quantifiable measure of code contribution, aiding in evaluating team and individual productivity.
- Offers insights into the frequency and extent of commits to remote Git branches, facilitating analysis of development progress and collaboration effectiveness.