From 7cabdbd8c09edaca17243ee5b38c06517d44e35d Mon Sep 17 00:00:00 2001 From: BekahHW <34313413+BekahHW@users.noreply.github.com> Date: Tue, 2 Jul 2024 15:29:02 -0400 Subject: [PATCH] make coders lowercase Co-authored-by: Ayu Adiati <45172775+adiati98@users.noreply.github.com> --- docs/features/repo-pages.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/features/repo-pages.md b/docs/features/repo-pages.md index 87ec6083..e077ae73 100644 --- a/docs/features/repo-pages.md +++ b/docs/features/repo-pages.md @@ -48,7 +48,7 @@ The charts on our repository pages offer a visual representation of key project - **Pull Request Dynamics**: Analyze pull request activity by the numbers of pull requests opened, closed, and merged. This provides an overview of collaboration efficiency and code review processes. - **Stars and Forks Over Time**: The number of stars and forks the project receives over time, illustrating the project's growth in popularity and its spread within the developer community. - **[Lottery Factor](../welcome/glossary.md#lottery-factor)**: This unique metric highlights the dependency on key contributors. A project is considered vulnerable if 2 or fewer contributors account for 50% or more of the project's contributions. This indicates a potential risk if one of these contributors leaves the project. -- **[YOLO CODERS](../welcome/glossary.md#yolo-coders)**: This metric identifies contributors who push changes directly to the main branch without creating a pull request or seeking community feedback. +- **[YOLO Coders](../welcome/glossary.md#yolo-coders)**: This metric identifies contributors who push changes directly to the default branch without creating a pull request or seeking community feedback. - **Contributor Confidence**: This metric predicts the likelihood that users who star or fork a repository will return to make contributions. A higher confidence score indicates a greater probability of these users actively engaging with the repository. You can use the time range filter to view the number of stars and forks over different periods, such as the last 7 days, month, or the last year.