From 735afc26151fc70c23f45e955cc51e83faa8eec6 Mon Sep 17 00:00:00 2001 From: NoobNoob06 Date: Fri, 20 Sep 2024 15:18:34 -0400 Subject: [PATCH] Added a definition for 'followers' and fixed some typos --- docs/MetricsGlossary.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/MetricsGlossary.md b/docs/MetricsGlossary.md index a9dc7debea..240f7317b0 100644 --- a/docs/MetricsGlossary.md +++ b/docs/MetricsGlossary.md @@ -39,11 +39,14 @@ Stars are a way for users to show appreciation for a repository. A star can be t ## Watchers Watchers are users who subscribe to updates for a repository. They receive notifications about discussions, issues, and commits. The number of watchers can indicate how many people are actively interested in the project's progress. +## Followers +Watchers are users who subscribe to updates for an organization's public activity(new repositories, discussions...). + ## Diff Diff refers to the difference in metrics such as issues, commits, or PRs between this week and last week. It highlights changes in contributions or activity over time. -## %diff -%diff represents the percentage change in a given metric (like issues, commits, or PRs) compared to the previous week. It provides a quick view of growth or decline, helping teams assess their activity levels and project health over time. +## % Diff +% Diff represents the percentage change in a given metric (like issues, commits, or PRs) compared to the previous week. It provides a quick view of growth or decline, helping teams assess their activity levels and project health over time. # Terms In the Metrics Repository