├── .github ├── FUNDING.yml └── ISSUE_TEMPLATE │ ├── 01-metric-idea.md │ ├── 02-metrics-release-candidate.md │ └── 03-revising-metric.md ├── CONTRIBUTING.md ├── LICENSE ├── README.md ├── focus-areas ├── README.md ├── contributions │ ├── README.md │ ├── clones.md │ ├── images │ │ ├── GitHub-reviewers-screenshot.png │ │ ├── GitLab-reviewers-screenshot.png │ │ ├── clones_github_clones.png │ │ ├── language-distribution_lines-of-code-table-source.md │ │ ├── language-distribution_lines-of-code-table.png │ │ ├── language-distribution_number-of-files-table-source.md │ │ ├── language-distribution_number-of-files-table.png │ │ ├── technical-fork-clones_fork-clones.png │ │ ├── technical-fork_augur-fork.png │ │ └── technical-fork_grimoirelab-fork.png │ ├── issue-comments.md │ ├── programming-language-distribution.md │ ├── self-merge-rates.md │ ├── technical-fork.md │ └── type-of-contributions.md ├── people │ ├── README.md │ ├── bot-activity.md │ ├── contributor-location.md │ ├── contributors.md │ ├── images │ │ ├── contributor-location_dot-density-map.png │ │ ├── contributor-location_heatmap.png │ │ ├── contributors_first-commit-date.png │ │ ├── contributors_growth.png │ │ ├── contributors_summary-contributor-number.png │ │ ├── contributors_top-contributor-info.png │ │ ├── occasional-augur.png │ │ ├── occasional-caudron.png │ │ ├── organizational-diversity_lfanalytics-orgdiversity.png │ │ └── organizational-diversity_piechart.png │ ├── meeting-attendee-count.md │ ├── occasional-contributors.md │ └── organizational-diversity.md ├── place │ ├── README.md │ ├── collaboration-platform-activity.md │ ├── event-locations.md │ └── images │ │ ├── EventLocation.png │ │ └── collaboration-platforms.png └── time │ ├── README.md │ ├── activity-dates-and-times.md │ ├── burstiness.md │ ├── change-request-closure-ratio.md │ ├── change-request-review-duration.md │ ├── images │ ├── activity-dates-and-times_1.png │ ├── activity-dates-and-times_2.png │ ├── activity-dates-and-times_3.png │ ├── activity-dates-and-times_4.png │ ├── burstiness_augur.png │ ├── burstiness_gl.png │ ├── change-request-closure-ratio-augur-py.png │ ├── change-request-closure-ratio-rei-grimoirelab.png │ ├── change-request-review-duration_img1.png │ ├── release-frequency-oss-compass.png │ ├── release-frequency-python-augur.png │ ├── time-to-close_1.png │ ├── time-to-first-response_augur-ttc-1.png │ ├── time-to-first-response_augur-ttc-2.png │ └── time-to-first-response_efficiency-timing-overview.png │ ├── release-frequency.md │ ├── review-cycle-duration-within-a-change-request.md │ ├── time-to-close.md │ └── time-to-first-response.md └── meetings └── 2021.md /.github/FUNDING.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaoss/wg-metrics-development/HEAD/.github/FUNDING.yml -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/01-metric-idea.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaoss/wg-metrics-development/HEAD/.github/ISSUE_TEMPLATE/01-metric-idea.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/02-metrics-release-candidate.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaoss/wg-metrics-development/HEAD/.github/ISSUE_TEMPLATE/02-metrics-release-candidate.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/03-revising-metric.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaoss/wg-metrics-development/HEAD/.github/ISSUE_TEMPLATE/03-revising-metric.md -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaoss/wg-metrics-development/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaoss/wg-metrics-development/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaoss/wg-metrics-development/HEAD/README.md -------------------------------------------------------------------------------- /focus-areas/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaoss/wg-metrics-development/HEAD/focus-areas/README.md -------------------------------------------------------------------------------- /focus-areas/contributions/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaoss/wg-metrics-development/HEAD/focus-areas/contributions/README.md -------------------------------------------------------------------------------- /focus-areas/contributions/clones.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaoss/wg-metrics-development/HEAD/focus-areas/contributions/clones.md -------------------------------------------------------------------------------- /focus-areas/contributions/images/GitHub-reviewers-screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaoss/wg-metrics-development/HEAD/focus-areas/contributions/images/GitHub-reviewers-screenshot.png -------------------------------------------------------------------------------- /focus-areas/contributions/images/GitLab-reviewers-screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaoss/wg-metrics-development/HEAD/focus-areas/contributions/images/GitLab-reviewers-screenshot.png -------------------------------------------------------------------------------- /focus-areas/contributions/images/clones_github_clones.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaoss/wg-metrics-development/HEAD/focus-areas/contributions/images/clones_github_clones.png -------------------------------------------------------------------------------- /focus-areas/contributions/images/language-distribution_lines-of-code-table-source.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaoss/wg-metrics-development/HEAD/focus-areas/contributions/images/language-distribution_lines-of-code-table-source.md -------------------------------------------------------------------------------- /focus-areas/contributions/images/language-distribution_lines-of-code-table.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaoss/wg-metrics-development/HEAD/focus-areas/contributions/images/language-distribution_lines-of-code-table.png -------------------------------------------------------------------------------- /focus-areas/contributions/images/language-distribution_number-of-files-table-source.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaoss/wg-metrics-development/HEAD/focus-areas/contributions/images/language-distribution_number-of-files-table-source.md -------------------------------------------------------------------------------- /focus-areas/contributions/images/language-distribution_number-of-files-table.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaoss/wg-metrics-development/HEAD/focus-areas/contributions/images/language-distribution_number-of-files-table.png -------------------------------------------------------------------------------- /focus-areas/contributions/images/technical-fork-clones_fork-clones.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaoss/wg-metrics-development/HEAD/focus-areas/contributions/images/technical-fork-clones_fork-clones.png -------------------------------------------------------------------------------- /focus-areas/contributions/images/technical-fork_augur-fork.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaoss/wg-metrics-development/HEAD/focus-areas/contributions/images/technical-fork_augur-fork.png -------------------------------------------------------------------------------- /focus-areas/contributions/images/technical-fork_grimoirelab-fork.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaoss/wg-metrics-development/HEAD/focus-areas/contributions/images/technical-fork_grimoirelab-fork.png -------------------------------------------------------------------------------- /focus-areas/contributions/issue-comments.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaoss/wg-metrics-development/HEAD/focus-areas/contributions/issue-comments.md -------------------------------------------------------------------------------- /focus-areas/contributions/programming-language-distribution.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaoss/wg-metrics-development/HEAD/focus-areas/contributions/programming-language-distribution.md -------------------------------------------------------------------------------- /focus-areas/contributions/self-merge-rates.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaoss/wg-metrics-development/HEAD/focus-areas/contributions/self-merge-rates.md -------------------------------------------------------------------------------- /focus-areas/contributions/technical-fork.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaoss/wg-metrics-development/HEAD/focus-areas/contributions/technical-fork.md -------------------------------------------------------------------------------- /focus-areas/contributions/type-of-contributions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaoss/wg-metrics-development/HEAD/focus-areas/contributions/type-of-contributions.md -------------------------------------------------------------------------------- /focus-areas/people/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaoss/wg-metrics-development/HEAD/focus-areas/people/README.md -------------------------------------------------------------------------------- /focus-areas/people/bot-activity.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaoss/wg-metrics-development/HEAD/focus-areas/people/bot-activity.md -------------------------------------------------------------------------------- /focus-areas/people/contributor-location.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaoss/wg-metrics-development/HEAD/focus-areas/people/contributor-location.md -------------------------------------------------------------------------------- /focus-areas/people/contributors.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaoss/wg-metrics-development/HEAD/focus-areas/people/contributors.md -------------------------------------------------------------------------------- /focus-areas/people/images/contributor-location_dot-density-map.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaoss/wg-metrics-development/HEAD/focus-areas/people/images/contributor-location_dot-density-map.png -------------------------------------------------------------------------------- /focus-areas/people/images/contributor-location_heatmap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaoss/wg-metrics-development/HEAD/focus-areas/people/images/contributor-location_heatmap.png -------------------------------------------------------------------------------- /focus-areas/people/images/contributors_first-commit-date.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaoss/wg-metrics-development/HEAD/focus-areas/people/images/contributors_first-commit-date.png -------------------------------------------------------------------------------- /focus-areas/people/images/contributors_growth.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaoss/wg-metrics-development/HEAD/focus-areas/people/images/contributors_growth.png -------------------------------------------------------------------------------- /focus-areas/people/images/contributors_summary-contributor-number.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaoss/wg-metrics-development/HEAD/focus-areas/people/images/contributors_summary-contributor-number.png -------------------------------------------------------------------------------- /focus-areas/people/images/contributors_top-contributor-info.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaoss/wg-metrics-development/HEAD/focus-areas/people/images/contributors_top-contributor-info.png -------------------------------------------------------------------------------- /focus-areas/people/images/occasional-augur.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaoss/wg-metrics-development/HEAD/focus-areas/people/images/occasional-augur.png -------------------------------------------------------------------------------- /focus-areas/people/images/occasional-caudron.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaoss/wg-metrics-development/HEAD/focus-areas/people/images/occasional-caudron.png -------------------------------------------------------------------------------- /focus-areas/people/images/organizational-diversity_lfanalytics-orgdiversity.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaoss/wg-metrics-development/HEAD/focus-areas/people/images/organizational-diversity_lfanalytics-orgdiversity.png -------------------------------------------------------------------------------- /focus-areas/people/images/organizational-diversity_piechart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaoss/wg-metrics-development/HEAD/focus-areas/people/images/organizational-diversity_piechart.png -------------------------------------------------------------------------------- /focus-areas/people/meeting-attendee-count.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaoss/wg-metrics-development/HEAD/focus-areas/people/meeting-attendee-count.md -------------------------------------------------------------------------------- /focus-areas/people/occasional-contributors.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaoss/wg-metrics-development/HEAD/focus-areas/people/occasional-contributors.md -------------------------------------------------------------------------------- /focus-areas/people/organizational-diversity.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaoss/wg-metrics-development/HEAD/focus-areas/people/organizational-diversity.md -------------------------------------------------------------------------------- /focus-areas/place/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaoss/wg-metrics-development/HEAD/focus-areas/place/README.md -------------------------------------------------------------------------------- /focus-areas/place/collaboration-platform-activity.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaoss/wg-metrics-development/HEAD/focus-areas/place/collaboration-platform-activity.md -------------------------------------------------------------------------------- /focus-areas/place/event-locations.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaoss/wg-metrics-development/HEAD/focus-areas/place/event-locations.md -------------------------------------------------------------------------------- /focus-areas/place/images/EventLocation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaoss/wg-metrics-development/HEAD/focus-areas/place/images/EventLocation.png -------------------------------------------------------------------------------- /focus-areas/place/images/collaboration-platforms.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaoss/wg-metrics-development/HEAD/focus-areas/place/images/collaboration-platforms.png -------------------------------------------------------------------------------- /focus-areas/time/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaoss/wg-metrics-development/HEAD/focus-areas/time/README.md -------------------------------------------------------------------------------- /focus-areas/time/activity-dates-and-times.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaoss/wg-metrics-development/HEAD/focus-areas/time/activity-dates-and-times.md -------------------------------------------------------------------------------- /focus-areas/time/burstiness.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaoss/wg-metrics-development/HEAD/focus-areas/time/burstiness.md -------------------------------------------------------------------------------- /focus-areas/time/change-request-closure-ratio.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaoss/wg-metrics-development/HEAD/focus-areas/time/change-request-closure-ratio.md -------------------------------------------------------------------------------- /focus-areas/time/change-request-review-duration.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaoss/wg-metrics-development/HEAD/focus-areas/time/change-request-review-duration.md -------------------------------------------------------------------------------- /focus-areas/time/images/activity-dates-and-times_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaoss/wg-metrics-development/HEAD/focus-areas/time/images/activity-dates-and-times_1.png -------------------------------------------------------------------------------- /focus-areas/time/images/activity-dates-and-times_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaoss/wg-metrics-development/HEAD/focus-areas/time/images/activity-dates-and-times_2.png -------------------------------------------------------------------------------- /focus-areas/time/images/activity-dates-and-times_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaoss/wg-metrics-development/HEAD/focus-areas/time/images/activity-dates-and-times_3.png -------------------------------------------------------------------------------- /focus-areas/time/images/activity-dates-and-times_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaoss/wg-metrics-development/HEAD/focus-areas/time/images/activity-dates-and-times_4.png -------------------------------------------------------------------------------- /focus-areas/time/images/burstiness_augur.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaoss/wg-metrics-development/HEAD/focus-areas/time/images/burstiness_augur.png -------------------------------------------------------------------------------- /focus-areas/time/images/burstiness_gl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaoss/wg-metrics-development/HEAD/focus-areas/time/images/burstiness_gl.png -------------------------------------------------------------------------------- /focus-areas/time/images/change-request-closure-ratio-augur-py.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaoss/wg-metrics-development/HEAD/focus-areas/time/images/change-request-closure-ratio-augur-py.png -------------------------------------------------------------------------------- /focus-areas/time/images/change-request-closure-ratio-rei-grimoirelab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaoss/wg-metrics-development/HEAD/focus-areas/time/images/change-request-closure-ratio-rei-grimoirelab.png -------------------------------------------------------------------------------- /focus-areas/time/images/change-request-review-duration_img1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaoss/wg-metrics-development/HEAD/focus-areas/time/images/change-request-review-duration_img1.png -------------------------------------------------------------------------------- /focus-areas/time/images/release-frequency-oss-compass.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaoss/wg-metrics-development/HEAD/focus-areas/time/images/release-frequency-oss-compass.png -------------------------------------------------------------------------------- /focus-areas/time/images/release-frequency-python-augur.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaoss/wg-metrics-development/HEAD/focus-areas/time/images/release-frequency-python-augur.png -------------------------------------------------------------------------------- /focus-areas/time/images/time-to-close_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaoss/wg-metrics-development/HEAD/focus-areas/time/images/time-to-close_1.png -------------------------------------------------------------------------------- /focus-areas/time/images/time-to-first-response_augur-ttc-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaoss/wg-metrics-development/HEAD/focus-areas/time/images/time-to-first-response_augur-ttc-1.png -------------------------------------------------------------------------------- /focus-areas/time/images/time-to-first-response_augur-ttc-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaoss/wg-metrics-development/HEAD/focus-areas/time/images/time-to-first-response_augur-ttc-2.png -------------------------------------------------------------------------------- /focus-areas/time/images/time-to-first-response_efficiency-timing-overview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaoss/wg-metrics-development/HEAD/focus-areas/time/images/time-to-first-response_efficiency-timing-overview.png -------------------------------------------------------------------------------- /focus-areas/time/release-frequency.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaoss/wg-metrics-development/HEAD/focus-areas/time/release-frequency.md -------------------------------------------------------------------------------- /focus-areas/time/review-cycle-duration-within-a-change-request.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaoss/wg-metrics-development/HEAD/focus-areas/time/review-cycle-duration-within-a-change-request.md -------------------------------------------------------------------------------- /focus-areas/time/time-to-close.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaoss/wg-metrics-development/HEAD/focus-areas/time/time-to-close.md -------------------------------------------------------------------------------- /focus-areas/time/time-to-first-response.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaoss/wg-metrics-development/HEAD/focus-areas/time/time-to-first-response.md -------------------------------------------------------------------------------- /meetings/2021.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chaoss/wg-metrics-development/HEAD/meetings/2021.md --------------------------------------------------------------------------------