From 412ae2e16c7997eca70e2fff642a3a4ed9cbe374 Mon Sep 17 00:00:00 2001 From: ofir-frd Date: Mon, 19 May 2025 08:20:35 +0300 Subject: [PATCH] docs: simplify repo statistics metrics description --- docs/docs/tools/repo_statistics.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/docs/tools/repo_statistics.md b/docs/docs/tools/repo_statistics.md index b34ef9b9..2b412a40 100644 --- a/docs/docs/tools/repo_statistics.md +++ b/docs/docs/tools/repo_statistics.md @@ -11,10 +11,8 @@ It calculates key metrics that help teams establish a baseline of their PR workf ### Metrics Analyzed -- **Median time to merge:** The median time it takes for PRs to be merged after opening -- **Average time to merge:** The average time it takes for PRs to be merged after opening -- **Median time to first comment:** The median time it takes to get the first comment on a PR -- **Average time to first comment:** The average time it takes to get the first comment on a PR +- **Time to merge:** The median and average time it takes for PRs to be merged after opening +- **Time to first comment:** The median and average time it takes to get the first comment on a PR ### Usage