Skip to content

Commit

Permalink
docs: add example
Browse files Browse the repository at this point in the history
  • Loading branch information
markokajzer authored Feb 10, 2024
1 parent 9657277 commit 4396265
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,17 @@ Create a leaderboard of code reviewers for your repository or organization.

Find out who is the most active reviewer in your team, who is the most thorough, and who is the most critical.

## Requirements
## Examples

<img width="762" alt="Screenshot 2024-02-10 at 20 57 55" src="https://github.com/markokajzer/code-review-leaderboard/assets/9379317/dcd84512-1372-4744-a45f-b9b076fcf6b7">

> [!NOTE]
> For a repository of 719 repositories and 529 reviews, the script takes roughly 1 minute.
Reviews are counted by the following rules:
1. Completed within the last 30 days
2. If a reviewer both approves/rejects a pull request _and_ comments, the comments do not count extra.
3. Multiple comments only count once.
2. Multiple comments only count once.
3. If a reviewer both approves/rejects a pull request _and_ comments, the comments do not count extra.
4. Approvals and rejections always count.

## Installation
Expand Down

0 comments on commit 4396265

Please sign in to comment.